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/core.area_registry | |
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/core.area_registry')
-rw-r--r-- | .storage/core.area_registry | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.storage/core.area_registry b/.storage/core.area_registry index 4225896..cfdf7e7 100644 --- a/.storage/core.area_registry +++ b/.storage/core.area_registry @@ -43,6 +43,11 @@ "name": "Guestroom", "id": "guestroom", "picture": null + }, + { + "name": "KIT", + "id": "kit", + "picture": null } ] } |