Skip to content

Commit

Permalink
Additional views
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed May 25, 2018
1 parent 50726c1 commit 0c50ea3
Showing 1 changed file with 33 additions and 17 deletions.
50 changes: 33 additions & 17 deletions group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,13 @@ default_view:
- group.occupancy
- switch.kitchen_ceiling_lamp
- switch.plug_158d00015694c5
- sensor.dark_sky_icon

lights:
view_lights:
name: Lights
view: yes
icon: mdi:lightbulb-outline
entities:
- switch.livingroom_large_lamp
- switch.studyroom_lamp
- switch.livingroom_small_lamp
- switch.studyroom_ceiling_lamp
- switch.storageroom_ceiling_lamp
- switch.kitchen_ceiling_lamp
- switch.livingroom_ceiling
- switch.lobby_ceiling
- switch.snowboard
- light.bedroom_yeelight
- light.bar_table
- group.lights

view_studyroom:
name: Studyroom
Expand Down Expand Up @@ -59,17 +48,34 @@ view_sensors:
entities:
- group.sensors
- group.weather
- group.motion
- group.reed

#################################################################
## Group
#################################################################

lights:
name: Lichter
entities:
- switch.livingroom_large_lamp
- switch.studyroom_lamp
- switch.livingroom_small_lamp
- switch.studyroom_ceiling_lamp
- switch.storageroom_ceiling_lamp
- switch.kitchen_ceiling_lamp
- switch.livingroom_ceiling
- switch.lobby_ceiling
- switch.snowboard
- light.bedroom_yeelight
- light.bar_table

synonym_light:
name: synonym_light
entities:
- switch.livingroom_large_lamp
livingroom:
name: Livingroom
name: Wohnzimmer
entities:
- switch.livingroom_ceiling
- switch.livingroom_large_lamp
Expand All @@ -92,11 +98,11 @@ all:
- light.bedroom_yeelight
- light.bar_table
kitchen:
name: Kitchen
name: Küche
entities:
- switch.kitchen_ceiling_lamp
studyroom:
name: Studyroom
name: Arbeitszimmer
entities:
- switch.studyroom_ceiling_lamp
- switch.studyroom_lamp
Expand Down Expand Up @@ -146,4 +152,14 @@ traveltimes:
- sensor.travel_time_work_from_home
- input_boolean.travel_time_work_from_home
- sensor.travel_time_work_from_sindlingen
- input_boolean.travel_time_work_from_sindlingen
- input_boolean.travel_time_work_from_sindlingen

motion:
name: Bewegungsmelder
entities:
- binary_sensor.motion_sensor_158d00012aab97

reed:
name: Tür und Fenster
entities:
- binary_sensor.door_window_sensor_158d000126a57b

0 comments on commit 0c50ea3

Please sign in to comment.