diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2023-06-23 04:44:16 +0400 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2023-06-23 04:44:16 +0400 |
commit | 2674a5226e13a68b1ee570aef552e78b7a7337b8 (patch) | |
tree | caf3b55045249cd124717109a652506576ff2cfc /.storage/lovelace.lovelace_status | |
parent | 756a33999df9255deb1c08a443a5621d94da0126 (diff) | |
download | hass-2674a5226e13a68b1ee570aef552e78b7a7337b8.tar.gz hass-2674a5226e13a68b1ee570aef552e78b7a7337b8.tar.bz2 hass-2674a5226e13a68b1ee570aef552e78b7a7337b8.tar.xz hass-2674a5226e13a68b1ee570aef552e78b7a7337b8.zip |
Massive update: Few fixes, more new integrations & extensions
Diffstat (limited to '.storage/lovelace.lovelace_status')
-rw-r--r-- | .storage/lovelace.lovelace_status | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/.storage/lovelace.lovelace_status b/.storage/lovelace.lovelace_status index b259dfc..2e2faf3 100644 --- a/.storage/lovelace.lovelace_status +++ b/.storage/lovelace.lovelace_status @@ -12,6 +12,16 @@ "type": "vertical-stack", "cards": [ { + "type": "entities", + "title": "Locks", + "entities": [ + { + "entity": "switch.hall_speakerphone", + "name": "Halabyan24" + } + ] + }, + { "type": "custom:restriction-card", "restrictions": { "confirm": { @@ -90,7 +100,7 @@ "name": "Office All" }, { - "entity": "switch.smart_power_strip_pro_socket_1", + "entity": "switch.smart_power_strip_pro_socket_2", "name": "Office Desk" }, { @@ -177,8 +187,16 @@ "name": "Entrance" }, { + "entity": "binary_sensor.balcony_doors", + "name": "Balconies" + }, + { "entity": "binary_sensor.toilet_door_contact", "name": "Toilet" + }, + { + "entity": "binary_sensor.kit_shelve_contact", + "name": "KIT Shelve" } ] }, @@ -191,7 +209,7 @@ }, { "entity": "binary_sensor.kitchen_motions_occupancy", - "name": "Kitchen1" + "name": "Kitchen" }, { "entity": "binary_sensor.bathroom_motions_occupancy", @@ -220,12 +238,20 @@ "type": "history-graph", "entities": [ { + "entity": "binary_sensor.entrance_door_contact", + "name": "Entrance" + }, + { + "entity": "binary_sensor.balcony_doors", + "name": "Balconies" + }, + { "entity": "binary_sensor.hall_motions_occupancy", "name": "Hall" }, { "entity": "binary_sensor.kitchen_motions_occupancy", - "name": "Kitchen1" + "name": "Kitchen" }, { "entity": "binary_sensor.bathroom_motions_occupancy", |