Skip to content

Instantly share code, notes, and snippets.

@LarsBergqvist
Created February 7, 2017 20:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LarsBergqvist/d09dc8a55a5014281be444fdee384db4 to your computer and use it in GitHub Desktop.
Save LarsBergqvist/d09dc8a55a5014281be444fdee384db4 to your computer and use it in GitHub Desktop.
Groups and default_view for Home Assistant
group:
groundfloor:
name: Ground floor
entities:
- switch.window_lights_downstairs
- switch.wall_lights_downstairs
- sensor.ground_floor_temp
- sensor.ground_floor_humidity
topfloor:
name: Top floor
entities:
- switch.window_lights_upstairs
- switch.floor_light_upstairs
- sensor.top_floor_temp
- sensor.top_floor_pressure
default_view:
view: yes
entities:
- group.groundfloor
- group.topfloor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment