diff options
author | root <root@smartpi.suren.me> | 2023-01-10 07:45:02 +0400 |
---|---|---|
committer | root <root@smartpi.suren.me> | 2023-01-10 07:45:02 +0400 |
commit | 2c0c331eb7b7a03152309bbbd4e0fee157e8d86c (patch) | |
tree | 03391160212b39c4597ecc26010f2ba1235a65e3 /.storage/lovelace.lovelace_status | |
download | hass-2c0c331eb7b7a03152309bbbd4e0fee157e8d86c.tar.gz hass-2c0c331eb7b7a03152309bbbd4e0fee157e8d86c.tar.bz2 hass-2c0c331eb7b7a03152309bbbd4e0fee157e8d86c.tar.xz hass-2c0c331eb7b7a03152309bbbd4e0fee157e8d86c.zip |
Initial configuration
Diffstat (limited to '.storage/lovelace.lovelace_status')
-rw-r--r-- | .storage/lovelace.lovelace_status | 256 |
1 files changed, 256 insertions, 0 deletions
diff --git a/.storage/lovelace.lovelace_status b/.storage/lovelace.lovelace_status new file mode 100644 index 0000000..a5ea896 --- /dev/null +++ b/.storage/lovelace.lovelace_status @@ -0,0 +1,256 @@ +{ + "version": 1, + "minor_version": 1, + "key": "lovelace.lovelace_status", + "data": { + "config": { + "views": [ + { + "title": "Home", + "cards": [ + { + "type": "vertical-stack", + "cards": [ + { + "type": "custom:restriction-card", + "restrictions": { + "block": { + "exemptions": null + } + }, + "card": { + "type": "entities", + "title": "Plugs", + "entities": [ + { + "entity": "switch.plugs_infrastructure", + "name": "Infrastructure" + }, + { + "entity": "switch.plugs_manual", + "name": "Manual Sockets" + }, + { + "entity": "switch.plugs_controlled", + "name": "Controlled Sockets" + }, + { + "entity": "switch.plugs_office", + "name": "Office Sockets" + } + ] + } + }, + { + "type": "custom:restriction-card", + "restrictions": { + "confirm": { + "exemptions": null + } + }, + "card": { + "type": "entities", + "title": "Manual Plugs", + "entities": [ + { + "entity": "switch.plugs_kitchen", + "name": "Kitchen" + }, + { + "entity": "switch.plugs_office", + "name": "Office All" + }, + { + "entity": "switch.smart_power_strip_pro_socket_1", + "name": "Office Desk" + }, + { + "entity": "switch.bedroom_bedsidelampsocket", + "name": "Bedside" + } + ] + } + }, + { + "type": "entities", + "title": "Lights", + "entities": [ + { + "entity": "switch.lights_living", + "name": "Living Room" + }, + { + "entity": "switch.lights_bedroom", + "name": "Bedroom" + }, + { + "entity": "binary_sensor.bedroom_bedsidelamp", + "name": "Bedside LED" + }, + { + "entity": "switch.lights_guest", + "name": "Guestroom" + }, + { + "entity": "switch.lights_kitchen", + "name": "Kitchen" + }, + { + "entity": "switch.lights_bathroom", + "name": "Bathroom/Toilet" + }, + { + "entity": "switch.lights_hall", + "name": "Hall" + } + ] + } + ] + }, + { + "type": "vertical-stack", + "cards": [ + { + "type": "entities", + "entities": [ + { + "entity": "binary_sensor.hall_motions_occupancy", + "name": "Hall" + }, + { + "entity": "binary_sensor.office_motions_occupancy", + "name": "Office" + }, + { + "entity": "binary_sensor.living_motions_occupancy", + "name": "Living" + }, + { + "entity": "binary_sensor.bedroom_motions_occupancy", + "name": "Bedroom" + }, + { + "entity": "binary_sensor.kitchen_motions_occupancy", + "name": "Kitchen" + } + ], + "title": "Motions" + }, + { + "type": "history-graph", + "entities": [ + { + "entity": "binary_sensor.hall_motions_occupancy", + "name": "Hall" + }, + { + "entity": "binary_sensor.living_motions_occupancy", + "name": "Living" + }, + { + "entity": "binary_sensor.office_motions_occupancy", + "name": "Office" + }, + { + "entity": "binary_sensor.bedroom_motions_occupancy", + "name": "Bedroom" + }, + { + "entity": "binary_sensor.kitchen_motions_occupancy", + "name": "Kitchen" + } + ], + "hours_to_show": 2, + "title": "2 hours" + }, + { + "type": "entities", + "entities": [ + { + "entity": "sensor.192_168_50_1_devices_connected", + "name": "Asgard clients" + }, + { + "entity": "device_tracker.legion8", + "name": "Legion8/Asgard" + }, + { + "entity": "device_tracker.lm_g810", + "name": "Legion8/Hass" + }, + { + "entity": "device_tracker.nyx", + "name": "Nyx/Asgard" + } + ] + } + ] + }, + { + "type": "vertical-stack", + "cards": [ + { + "type": "history-graph", + "title": "Power (24h -> 2h)", + "entities": [ + { + "entity": "sensor.power_infrastructure" + }, + { + "entity": "sensor.power_office" + }, + { + "entity": "sensor.power_kitchen" + }, + { + "entity": "sensor.power_climate" + }, + { + "entity": "sensor.power_lights" + } + ], + "hours_to_show": 24 + }, + { + "hours_to_show": 2, + "graph": "line", + "type": "sensor", + "entity": "sensor.power_infrastructure", + "detail": 2 + }, + { + "hours_to_show": 2, + "graph": "line", + "type": "sensor", + "entity": "sensor.power_office", + "detail": 2 + }, + { + "hours_to_show": 2, + "graph": "line", + "type": "sensor", + "entity": "sensor.power_kitchen", + "detail": 2 + }, + { + "hours_to_show": 2, + "graph": "line", + "type": "sensor", + "entity": "sensor.power_climate", + "detail": 2 + }, + { + "hours_to_show": 2, + "graph": "line", + "type": "sensor", + "entity": "sensor.power_lights", + "detail": 2 + } + ] + } + ] + } + ] + } + } +}
\ No newline at end of file |