homeassistant-config/config_creation/groups.yaml

73 lines
1.3 KiB
YAML
Raw Normal View History

2019-06-21 01:58:58 +02:00
# Add only entities here that are auto-discovered (not FHEM and KNX devices)
2019-12-22 19:21:12 +01:00
#default_view:
# view: true
# icon: mdi:home
2019-06-02 14:34:08 +02:00
living_area:
name: Wohnbereich
2019-06-21 01:58:58 +02:00
entities:
- light.kuche_links
- light.kuche_rechts
- light.kuche_vorne
- light.wohnzimmer_kugel
- light.wohnzimmer_stehlampe
- light.wohnzimmer_stehlampe_oben
- light.wohnzimmer_regal_rechts
- light.wohnzimmer_regal_links
2019-06-02 14:34:08 +02:00
bedroom:
name: Schlafzimmer
2019-06-21 01:58:58 +02:00
entities:
2019-12-21 19:45:10 +01:00
- light.schlafzimmer_fluter
- light.bett_martin
- light.bett_rebecca
- light.schlafzimmer_schrank
2019-06-02 14:34:08 +02:00
hallway:
name: Gang
2019-06-21 01:58:58 +02:00
entities:
- light.gang_bogen
2019-12-21 19:45:10 +01:00
- light.gang_einganglicht
- light.gang_licht
2019-12-22 19:21:12 +01:00
- light.bewegungsmelder_west_led
- light.bewegungsmelder_ost_led
- light.bewegungsmelder_mitte_led
2019-06-02 14:34:08 +02:00
outside:
name: Außen
2019-07-21 17:51:10 +02:00
entities:
- light.garten_spot_beet
- light.garten_spot_birke
- light.garten_spot_magnolie
- light.garten_stehleuchte
2019-06-02 14:34:08 +02:00
office_martin:
name: Arbeitszimmer
2019-06-21 01:58:58 +02:00
entities:
- light.arbeitszimmer_martin_oben
- light.arbeitszimmer_martin_unten
- light.arbeitszimmer_martin
2019-06-02 14:34:08 +02:00
office_rebecca:
name: Arbeitszimmer Rebecca
2019-06-21 01:58:58 +02:00
entities:
- light.arbeitszimmer_rebecca
2019-06-02 14:34:08 +02:00
bathroom:
name: Bad
2019-06-21 01:58:58 +02:00
2019-06-02 14:34:08 +02:00
other:
name: Rest
2019-06-21 01:58:58 +02:00
2019-06-02 14:34:08 +02:00
first_floor:
name: Oben
2019-12-22 19:21:12 +01:00
entities:
- light.wohnzimmer_stehlampe_oben
2019-06-21 01:58:58 +02:00
2019-06-02 14:34:08 +02:00