Update Dashboard
This commit is contained in:
@@ -49,7 +49,16 @@ views:
|
|||||||
# House Status Glances
|
# House Status Glances
|
||||||
- type: glance
|
- type: glance
|
||||||
entities:
|
entities:
|
||||||
- sensor.house_presence_status
|
- entity: sensor.house_presence_status
|
||||||
- binary_sensor.all_doors
|
name: House Presence
|
||||||
- binary_sensor.all_windows
|
- entity: binary_sensor.all_doors
|
||||||
- binary_sensor.garage_door_open
|
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