diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2023-04-09 21:17:59 +0400 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2023-04-09 21:17:59 +0400 |
commit | 756a33999df9255deb1c08a443a5621d94da0126 (patch) | |
tree | ed40d4465637d99a4da2a0069f18fb15d82f21d5 /.storage/lovelace.lovelace_status | |
parent | 3b67e6bbc959b5d24f12e7df1574e96085431a56 (diff) | |
download | hass-756a33999df9255deb1c08a443a5621d94da0126.tar.gz hass-756a33999df9255deb1c08a443a5621d94da0126.tar.bz2 hass-756a33999df9255deb1c08a443a5621d94da0126.tar.xz hass-756a33999df9255deb1c08a443a5621d94da0126.zip |
Fixes, multi-room sounds, motion tracking in rooms
Diffstat (limited to '.storage/lovelace.lovelace_status')
-rw-r--r-- | .storage/lovelace.lovelace_status | 32 |
1 files changed, 24 insertions, 8 deletions
diff --git a/.storage/lovelace.lovelace_status b/.storage/lovelace.lovelace_status index 1cfbb25..b259dfc 100644 --- a/.storage/lovelace.lovelace_status +++ b/.storage/lovelace.lovelace_status @@ -194,16 +194,24 @@ "name": "Kitchen1" }, { - "entity": "binary_sensor.kitchen_motions2_occupancy", - "name": "Kitchen2" - }, - { "entity": "binary_sensor.bathroom_motions_occupancy", "name": "Bathroom" }, { "entity": "binary_sensor.toilet_motions_occupancy", "name": "Toilet" + }, + { + "entity": "binary_sensor.guestroom_motions_occupancy", + "name": "Guestroom" + }, + { + "entity": "binary_sensor.bedroom_motions_occupancy", + "name": "Bedroom" + }, + { + "entity": "binary_sensor.presence_presence", + "name": "Living" } ], "title": "Motions" @@ -220,16 +228,24 @@ "name": "Kitchen1" }, { - "entity": "binary_sensor.kitchen_motions2_occupancy", - "name": "Kitchen2" - }, - { "entity": "binary_sensor.bathroom_motions_occupancy", "name": "Bathroom" }, { "entity": "binary_sensor.toilet_motions_occupancy", "name": "Toilet" + }, + { + "entity": "binary_sensor.guestroom_motions_occupancy", + "name": "Guestroom" + }, + { + "entity": "binary_sensor.bedroom_motions_occupancy", + "name": "Bedroom" + }, + { + "entity": "binary_sensor.presence_presence", + "name": "Living" } ], "hours_to_show": 2, |