diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2024-06-06 06:06:33 +0400 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2024-06-06 06:20:08 +0400 |
commit | 35e1d7fd0ee093c362de3663e0fccc049434565a (patch) | |
tree | edb376ee0cc3b5994cee95c4b983dfe0017d8bfb /.storage/core.area_registry | |
parent | c43c1251c98eb91b811cc631e5bd58dd1fe541f6 (diff) | |
download | hass-35e1d7fd0ee093c362de3663e0fccc049434565a.tar.gz hass-35e1d7fd0ee093c362de3663e0fccc049434565a.tar.bz2 hass-35e1d7fd0ee093c362de3663e0fccc049434565a.tar.xz hass-35e1d7fd0ee093c362de3663e0fccc049434565a.zip |
Configure influxdb & re-enable purging of old data. New historical dashboards. Hass upgrade.
Diffstat (limited to '.storage/core.area_registry')
-rw-r--r-- | .storage/core.area_registry | 140 |
1 files changed, 88 insertions, 52 deletions
diff --git a/.storage/core.area_registry b/.storage/core.area_registry index cfdf7e7..a7348bb 100644 --- a/.storage/core.area_registry +++ b/.storage/core.area_registry @@ -1,54 +1,90 @@ { - "version": 1, - "minor_version": 1, - "key": "core.area_registry", - "data": { - "areas": [ - { - "name": "Living Room", - "id": "living_room", - "picture": null - }, - { - "name": "Kitchen", - "id": "kitchen", - "picture": null - }, - { - "name": "Bedroom", - "id": "bedroom", - "picture": null - }, - { - "name": "Hall", - "id": "hall", - "picture": null - }, - { - "name": "Virtual", - "id": "virtual", - "picture": null - }, - { - "name": "Bathroom", - "id": "bathroom", - "picture": null - }, - { - "name": "Portable", - "id": "portable", - "picture": null - }, - { - "name": "Guestroom", - "id": "guestroom", - "picture": null - }, - { - "name": "KIT", - "id": "kit", - "picture": null - } - ] - } + "version": 1, + "minor_version": 6, + "key": "core.area_registry", + "data": { + "areas": [ + { + "name": "Living Room", + "id": "living_room", + "picture": null, + "aliases": [], + "icon": null, + "floor_id": null, + "labels": [] + }, + { + "name": "Kitchen", + "id": "kitchen", + "picture": null, + "aliases": [], + "icon": null, + "floor_id": null, + "labels": [] + }, + { + "name": "Bedroom", + "id": "bedroom", + "picture": null, + "aliases": [], + "icon": null, + "floor_id": null, + "labels": [] + }, + { + "name": "Hall", + "id": "hall", + "picture": null, + "aliases": [], + "icon": null, + "floor_id": null, + "labels": [] + }, + { + "name": "Virtual", + "id": "virtual", + "picture": null, + "aliases": [], + "icon": null, + "floor_id": null, + "labels": [] + }, + { + "name": "Bathroom", + "id": "bathroom", + "picture": null, + "aliases": [], + "icon": null, + "floor_id": null, + "labels": [] + }, + { + "name": "Portable", + "id": "portable", + "picture": null, + "aliases": [], + "icon": null, + "floor_id": null, + "labels": [] + }, + { + "name": "Guestroom", + "id": "guestroom", + "picture": null, + "aliases": [], + "icon": null, + "floor_id": null, + "labels": [] + }, + { + "name": "KIT", + "id": "kit", + "picture": null, + "aliases": [], + "icon": null, + "floor_id": null, + "labels": [] + } + ] + } }
\ No newline at end of file |