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/core.area_registry | |
download | hass-2c0c331eb7b7a03152309bbbd4e0fee157e8d86c.tar.gz hass-2c0c331eb7b7a03152309bbbd4e0fee157e8d86c.tar.bz2 hass-2c0c331eb7b7a03152309bbbd4e0fee157e8d86c.tar.xz hass-2c0c331eb7b7a03152309bbbd4e0fee157e8d86c.zip |
Initial configuration
Diffstat (limited to '.storage/core.area_registry')
-rw-r--r-- | .storage/core.area_registry | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/.storage/core.area_registry b/.storage/core.area_registry new file mode 100644 index 0000000..4225896 --- /dev/null +++ b/.storage/core.area_registry @@ -0,0 +1,49 @@ +{ + "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 + } + ] + } +}
\ No newline at end of file |