Update Dashboard
This commit is contained in:
@@ -49,7 +49,16 @@ views:
|
||||
# House Status Glances
|
||||
- type: glance
|
||||
entities:
|
||||
- sensor.house_presence_status
|
||||
- binary_sensor.all_doors
|
||||
- binary_sensor.all_windows
|
||||
- binary_sensor.garage_door_open
|
||||
- entity: sensor.house_presence_status
|
||||
name: House Presence
|
||||
- entity: binary_sensor.all_doors
|
||||
name: Doors
|
||||
- entity: binary_sensor.all_windows
|
||||
name: Windows
|
||||
- entity: binary_sensor.garage_door_open
|
||||
name: Garage
|
||||
hold_action:
|
||||
action: call-service
|
||||
service: switch.turn_on
|
||||
data:
|
||||
entity_id: switch.garage_door_relay_1
|
||||
|
||||
Reference in New Issue
Block a user