diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2025-09-08 19:19:14 +0400 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2025-09-08 19:19:14 +0400 |
commit | 0494cf139a6a3324e10e2cfa3479d9b0b3ddd779 (patch) | |
tree | f4a642bda41f5308c22fc10c561542edcb602dd4 /.storage | |
parent | 346c5ea64f9c9d19dde63c8e85b1477440f2778f (diff) | |
download | hass-0494cf139a6a3324e10e2cfa3479d9b0b3ddd779.tar.gz hass-0494cf139a6a3324e10e2cfa3479d9b0b3ddd779.tar.bz2 hass-0494cf139a6a3324e10e2cfa3479d9b0b3ddd779.tar.xz hass-0494cf139a6a3324e10e2cfa3479d9b0b3ddd779.zip |
System changes
Diffstat (limited to '.storage')
-rw-r--r-- | .storage/homeassistant.exposed_entities | 49 | ||||
-rw-r--r-- | .storage/lovelace.lovelace_research | 485 |
2 files changed, 306 insertions, 228 deletions
diff --git a/.storage/homeassistant.exposed_entities b/.storage/homeassistant.exposed_entities index 521fdf3..624db19 100644 --- a/.storage/homeassistant.exposed_entities +++ b/.storage/homeassistant.exposed_entities @@ -626,6 +626,55 @@ "should_expose": false } } + }, + "switch.0xa4c13895a5fc1187": { + "assistants": { + "conversation": { + "should_expose": true + } + } + }, + "select.0xa4c13895a5fc1187_power_outage_memory": { + "assistants": { + "conversation": { + "should_expose": false + } + } + }, + "select.0xa4c13895a5fc1187_indicator_mode": { + "assistants": { + "conversation": { + "should_expose": false + } + } + }, + "sensor.0xa4c13895a5fc1187_power": { + "assistants": { + "conversation": { + "should_expose": false + } + } + }, + "sensor.0xa4c13895a5fc1187_energy": { + "assistants": { + "conversation": { + "should_expose": false + } + } + }, + "lock.0xa4c13895a5fc1187_child_lock": { + "assistants": { + "conversation": { + "should_expose": true + } + } + }, + "update.0xa4c13895a5fc1187": { + "assistants": { + "conversation": { + "should_expose": false + } + } } } } diff --git a/.storage/lovelace.lovelace_research b/.storage/lovelace.lovelace_research index c3178a7..40b4df3 100644 --- a/.storage/lovelace.lovelace_research +++ b/.storage/lovelace.lovelace_research @@ -1,234 +1,263 @@ { - "version": 1, - "minor_version": 1, - "key": "lovelace.lovelace_research", - "data": { - "config": { - "views": [ + "version": 1, + "minor_version": 1, + "key": "lovelace.lovelace_research", + "data": { + "config": { + "views": [ + { + "title": "Home", + "cards": [ + { + "type": "vertical-stack", + "cards": [ { - "title": "Home", - "cards": [ - { - "type": "vertical-stack", - "cards": [ - { - "type": "custom:restriction-card", - "restrictions": { - "confirm": { - "exemptions": null - } - }, - "card": { - "type": "entities", - "entities": [ - { - "entity": "input_boolean.mode_away" - }, - { - "entity": "input_boolean.mode_production" - }, - { - "entity": "select.entrance_vibrations_sensitivity" - } - ], - "title": "Mode" - } - }, - { - "type": "entities", - "entities": [ - { - "entity": "binary_sensor.entrance_door_contact" - }, - { - "entity": "sensor.entrance_vibrations_action" - }, - { - "entity": "binary_sensor.balcony_doors" - }, - { - "entity": "binary_sensor.motions_all" - }, - { - "entity": "switch.lights_all" - } - ], - "title": "Intrusion" - }, - { - "type": "entities", - "entities": [ - { - "entity": "binary_sensor.hall_smoke_smoke" - }, - { - "entity": "sensor.kitchen_gas_carbon_monoxide" - }, - { - "entity": "binary_sensor.bathroom_leak_water_leak" - } - ], - "title": "Safety" - }, - { - "type": "entities", - "entities": [ - { - "entity": "binary_sensor.living_balcony_contact", - "name": "Living" - }, - { - "entity": "binary_sensor.kitchen_balcony_contact", - "name": "Kitchen" - }, - { - "entity": "binary_sensor.bedroom_balcony_contact", - "name": "Bedroom" - }, - { - "entity": "binary_sensor.guestroom_balcony_contact", - "name": "Guestroom" - } - ], - "title": "Balcony" - } - ] - }, - { - "type": "vertical-stack", - "cards": [ - { - "type": "history-graph", - "entities": [ - { - "entity": "binary_sensor.hall_smoke_smoke", - "name": "Smoke" - }, - { - "entity": "binary_sensor.kitchen_gas", - "name": "Gas (CO)" - }, - { - "entity": "binary_sensor.bathroom_leak_water_leak", - "name": "Water Leak" - } - ], - "hours_to_show": 48, - "title": "Safety (Last 48 hours)" - }, - { - "type": "history-graph", - "entities": [ - { - "entity": "binary_sensor.entrance_door_contact", - "name": "Entrance Door" - }, - { - "entity": "binary_sensor.balcony_doors" - }, - { - "entity": "binary_sensor.entrance_vibrations_vibration", - "name": "Vibrations" - }, - { - "entity": "sensor.entrance_vibrations_strength", - "name": "Strength" - }, - { - "entity": "sensor.hall_motions_illuminance_lux", - "name": "Illumination Hall" - }, - { - "entity": "switch.lights_all", - "name": "All Lights" - } - ], - "hours_to_show": 48, - "title": "Intrusion (Last 48 hours)" - }, - { - "type": "history-graph", - "entities": [ - { - "entity": "binary_sensor.hall_motions_occupancy", - "name": "Hall" - }, - { - "entity": "binary_sensor.office_motions_occupancy", - "name": "Office" - }, - { - "entity": "binary_sensor.presence_presence", - "name": "Living" - }, - { - "entity": "binary_sensor.bedroom_motions_occupancy", - "name": "Bedroom" - }, - { - "entity": "binary_sensor.guestroom_motions_occupancy", - "name": "Guestroom" - }, - { - "entity": "binary_sensor.kitchen_motions_occupancy", - "name": "Kitchen" - } - ], - "hours_to_show": 48, - "title": "Motions (Last 48 hours)" - } - ] - }, - { - "type": "vertical-stack", - "cards": [ - { - "type": "entities", - "title": "Doors", - "entities": [ - { - "entity": "switch.hall_speakerphone", - "name": "Building Door" - } - ] - }, - { - "show_state": true, - "show_name": true, - "camera_view": "auto", - "type": "picture-entity", - "entity": "camera.192_168_50_132" - }, - { - "show_state": true, - "show_name": true, - "camera_view": "auto", - "type": "picture-entity", - "entity": "camera.192_168_50_51" - }, - { - "show_state": true, - "show_name": true, - "camera_view": "auto", - "type": "picture-entity", - "entity": "camera.ovenview" - }, - { - "type": "logbook", - "entities": [ - "binary_sensor.entrance_door_contact", - "sensor.entrance_vibrations_strength", - "binary_sensor.hall_motions_occupancy", - "sensor.entrance_vibrations_action" - ], - "hours_to_show": 24, - "title": "Logs" - } - ] - } - ] + "type": "custom:restriction-card", + "restrictions": { + "confirm": { + "exemptions": null + } + }, + "card": { + "type": "entities", + "entities": [ + { + "entity": "input_boolean.mode_away" + }, + { + "entity": "input_boolean.mode_production" + }, + { + "entity": "select.entrance_vibrations_sensitivity" + } + ], + "title": "Mode" + } + }, + { + "type": "custom:restriction-card", + "restrictions": { + "confirm": { + "exemptions": null + } + }, + "card": { + "type": "entities", + "entities": [ + { + "entity": "switch.hall_camera", + "name": "Hall" + }, + { + "entity": "switch.living_livingviewswitch_living_livingviewswitch", + "name": "Living" + } + ], + "title": "Security Cameras" + } + }, + { + "type": "entities", + "entities": [ + { + "entity": "binary_sensor.entrance_door_contact" + }, + { + "entity": "sensor.entrance_vibrations_action" + }, + { + "entity": "binary_sensor.balcony_doors" + }, + { + "entity": "binary_sensor.motions_all" + }, + { + "entity": "switch.lights_all" + } + ], + "title": "Intrusion" + }, + { + "type": "entities", + "entities": [ + { + "entity": "binary_sensor.hall_smoke_smoke", + "name": "Hall/Smoke" + }, + { + "entity": "binary_sensor.kitchen_gas_kitchen_gas_gas", + "name": "Kitchen/Gas" + }, + { + "entity": "sensor.kitchen_gas_carbon_monoxide", + "name": "Kitchen/Gas WiFi" + }, + { + "entity": "binary_sensor.bathroom_leak_water_leak", + "name": "Bathroom Leak" + } + ], + "title": "Safety" + }, + { + "type": "entities", + "entities": [ + { + "entity": "binary_sensor.living_balcony_contact", + "name": "Living" + }, + { + "entity": "binary_sensor.kitchen_balcony_contact", + "name": "Kitchen" + }, + { + "entity": "binary_sensor.bedroom_balcony_contact", + "name": "Bedroom" + }, + { + "entity": "binary_sensor.guestroom_balcony_contact", + "name": "Guestroom" + } + ], + "title": "Balcony" + } + ] + }, + { + "type": "vertical-stack", + "cards": [ + { + "type": "history-graph", + "entities": [ + { + "entity": "binary_sensor.hall_smoke_smoke", + "name": "Smoke" + }, + { + "entity": "binary_sensor.kitchen_gas", + "name": "Gas (CO)" + }, + { + "entity": "binary_sensor.bathroom_leak_water_leak", + "name": "Water Leak" + } + ], + "hours_to_show": 48, + "title": "Safety (Last 48 hours)" + }, + { + "type": "history-graph", + "entities": [ + { + "entity": "binary_sensor.entrance_door_contact", + "name": "Entrance Door" + }, + { + "entity": "binary_sensor.balcony_doors" + }, + { + "entity": "binary_sensor.entrance_vibrations_vibration", + "name": "Vibrations" + }, + { + "entity": "sensor.entrance_vibrations_strength", + "name": "Strength" + }, + { + "entity": "sensor.hall_motions_illuminance_lux", + "name": "Illumination Hall" + }, + { + "entity": "switch.lights_all", + "name": "All Lights" + } + ], + "hours_to_show": 48, + "title": "Intrusion (Last 48 hours)" + }, + { + "type": "history-graph", + "entities": [ + { + "entity": "binary_sensor.hall_motions_occupancy", + "name": "Hall" + }, + { + "entity": "binary_sensor.office_motions_occupancy", + "name": "Office" + }, + { + "entity": "binary_sensor.presence_presence", + "name": "Living" + }, + { + "entity": "binary_sensor.bedroom_motions_occupancy", + "name": "Bedroom" + }, + { + "entity": "binary_sensor.guestroom_motions_occupancy", + "name": "Guestroom" + }, + { + "entity": "binary_sensor.kitchen_motions_occupancy", + "name": "Kitchen" + } + ], + "hours_to_show": 48, + "title": "Motions (Last 48 hours)" + } + ] + }, + { + "type": "vertical-stack", + "cards": [ + { + "type": "entities", + "title": "Doors", + "entities": [ + { + "entity": "switch.hall_speakerphone", + "name": "Building Door" + } + ] + }, + { + "show_state": true, + "show_name": true, + "camera_view": "auto", + "type": "picture-entity", + "entity": "camera.192_168_50_132" + }, + { + "show_state": true, + "show_name": true, + "camera_view": "auto", + "type": "picture-entity", + "entity": "camera.192_168_50_51" + }, + { + "show_state": true, + "show_name": true, + "camera_view": "auto", + "type": "picture-entity", + "entity": "camera.ovenview" + }, + { + "type": "logbook", + "entities": [ + "binary_sensor.entrance_door_contact", + "sensor.entrance_vibrations_strength", + "binary_sensor.hall_motions_occupancy", + "sensor.entrance_vibrations_action" + ], + "hours_to_show": 24, + "title": "Logs" } - ] + ] + } + ] } + ] } + } }
\ No newline at end of file |