diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2025-09-08 18:53:04 +0400 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2025-09-08 18:53:04 +0400 |
commit | 55eb3bb27039986acb4fb82f94132169d221b95f (patch) | |
tree | 86c04f9132380f63d0796b4faf68148aeec0d6ce /.storage/input_number | |
parent | 062041ee31251e5e8f175f0e7baaee71a2f05709 (diff) | |
download | hass-55eb3bb27039986acb4fb82f94132169d221b95f.tar.gz hass-55eb3bb27039986acb4fb82f94132169d221b95f.tar.bz2 hass-55eb3bb27039986acb4fb82f94132169d221b95f.tar.xz hass-55eb3bb27039986acb4fb82f94132169d221b95f.zip |
Pre-register lighting scenes of living room (for future use)
Diffstat (limited to '.storage/input_number')
-rw-r--r-- | .storage/input_number | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.storage/input_number b/.storage/input_number index b5a1496..99a7d57 100644 --- a/.storage/input_number +++ b/.storage/input_number @@ -1,8 +1,8 @@ { - "version": 1, - "minor_version": 1, - "key": "input_number", - "data": { - "items": [] - } + "version": 1, + "minor_version": 1, + "key": "input_number", + "data": { + "items": [] + } }
\ No newline at end of file |