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