diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2023-01-21 01:27:13 +0400 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2023-01-21 01:27:13 +0400 |
commit | 614c8a5f4e3bf26d3af0a91685e00eecb171339b (patch) | |
tree | 94a94b63fb3e10a1ec4bf132bd5e3dde4dafae3b /.storage/lovelace.lovelace_status | |
parent | 2c0c331eb7b7a03152309bbbd4e0fee157e8d86c (diff) | |
download | hass-614c8a5f4e3bf26d3af0a91685e00eecb171339b.tar.gz hass-614c8a5f4e3bf26d3af0a91685e00eecb171339b.tar.bz2 hass-614c8a5f4e3bf26d3af0a91685e00eecb171339b.tar.xz hass-614c8a5f4e3bf26d3af0a91685e00eecb171339b.zip |
Media controls, occupancy tracking, and fixes
Diffstat (limited to '.storage/lovelace.lovelace_status')
-rw-r--r-- | .storage/lovelace.lovelace_status | 60 |
1 files changed, 44 insertions, 16 deletions
diff --git a/.storage/lovelace.lovelace_status b/.storage/lovelace.lovelace_status index a5ea896..aad7bd1 100644 --- a/.storage/lovelace.lovelace_status +++ b/.storage/lovelace.lovelace_status @@ -114,24 +114,52 @@ "type": "entities", "entities": [ { + "entity": "input_boolean.occupancy_toilet", + "name": "Toilet" + }, + { + "entity": "input_boolean.occupancy_bathroom", + "name": "Bathroom" + } + ], + "title": "Occupancy" + }, + { + "type": "entities", + "title": "Doors", + "entities": [ + { + "entity": "binary_sensor.entrance_door_contact", + "name": "Entrance" + }, + { + "entity": "binary_sensor.toilet_door_contact", + "name": "Toilet" + } + ] + }, + { + "type": "entities", + "entities": [ + { "entity": "binary_sensor.hall_motions_occupancy", "name": "Hall" }, { - "entity": "binary_sensor.office_motions_occupancy", - "name": "Office" + "entity": "binary_sensor.kitchen_motions_occupancy", + "name": "Kitchen1" }, { - "entity": "binary_sensor.living_motions_occupancy", - "name": "Living" + "entity": "binary_sensor.kitchen_motions2_occupancy", + "name": "Kitchen2" }, { - "entity": "binary_sensor.bedroom_motions_occupancy", - "name": "Bedroom" + "entity": "binary_sensor.bathroom_motions_occupancy", + "name": "Bathroom" }, { - "entity": "binary_sensor.kitchen_motions_occupancy", - "name": "Kitchen" + "entity": "binary_sensor.toilet_motions_occupancy", + "name": "Toilet" } ], "title": "Motions" @@ -144,20 +172,20 @@ "name": "Hall" }, { - "entity": "binary_sensor.living_motions_occupancy", - "name": "Living" + "entity": "binary_sensor.kitchen_motions_occupancy", + "name": "Kitchen1" }, { - "entity": "binary_sensor.office_motions_occupancy", - "name": "Office" + "entity": "binary_sensor.kitchen_motions2_occupancy", + "name": "Kitchen2" }, { - "entity": "binary_sensor.bedroom_motions_occupancy", - "name": "Bedroom" + "entity": "binary_sensor.bathroom_motions_occupancy", + "name": "Bathroom" }, { - "entity": "binary_sensor.kitchen_motions_occupancy", - "name": "Kitchen" + "entity": "binary_sensor.toilet_motions_occupancy", + "name": "Toilet" } ], "hours_to_show": 2, |