Skip to content

Instantly share code, notes, and snippets.

@hassy-bloggy
Last active February 28, 2019 01:22
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 hassy-bloggy/27d5510bbd886832d7e82cafa454ddb7 to your computer and use it in GitHub Desktop.
Save hassy-bloggy/27d5510bbd886832d7e82cafa454ddb7 to your computer and use it in GitHub Desktop.
configuration.groups.example.yaml
# Example configuration.yaml entry
group:
default_view:
view: true
icon: mdi:home
entities:
- group.kitchen
- group.awesome_people
- group.climate
kitchen:
name: Kitchen
entities:
- switch.kitchen_pin_3
upstairs:
name: Kids
icon: mdi:account-multiple
view: true
entities:
- input_boolean.notify_home
- camera.demo_camera
- device_tracker.demo_paulus
- group.garden
climate:
name: Climate
view: false
entities:
- sensor.bedroom_temp
- sensor.porch_temp
awesome_people:
name: Awesome People
view: false
entities:
- device_tracker.dad_smith
- device_tracker.mom_smith
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment