| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- default_view:
- view: no
-
- joshs_room:
- name: Josh's Room
- view: yes
- entities:
- - sensor.dht_sensor_temperature
- - sensor.dht_sensor_humidity
- - binary_sensor.pir
- - binary_sensor.door
- - weather.weather
- - history_graph.humidity
- - history_graph.temperature
- - history_graph.octoprint
- - group.switches
- - group.all_automations
- - group.lights
- - cover.blinds
- - media_player.spotify
-
- switches:
- name: Switches
- icon: mdi:switch
- entities:
- - switch.anet
- - switch.subwoofer
- - switch.desktop
- - light.hdmi
-
- lights:
- name: Lights
- icon: mdi:lamp
- entities:
- - light.led_strip
- - light.room_light
-
- living_room:
- name: Living Room
- view: yes
- entities:
- - media_player.wohnzimmer
|