32 lines
603 B
YAML
32 lines
603 B
YAML
### Views ###
|
|
default_view:
|
|
name: Home
|
|
view: yes
|
|
icon: mdi:home
|
|
entities:
|
|
|
|
|
|
|
|
|
|
#################################################################################
|
|
### Grops ###
|
|
|
|
House:
|
|
control: hidden
|
|
entities:
|
|
- sensor.notification_mode
|
|
- input_boolean.guest_mode
|
|
- input_boolean.vacation_mode
|
|
|
|
Family:
|
|
- binary_sensor.jeffrey_presence
|
|
- binary_sensor.kat_presence
|
|
|
|
|
|
House Conditions:
|
|
- climate.first_floor
|
|
- sensor.accurite_back_porch_temperature
|
|
- sensor.accurite_back_porch_humidity
|
|
- sensor.accurite_garage_temperature
|
|
- sensor.accurite_garage_humidity
|