diff options
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, |