diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2023-04-09 21:17:59 +0400 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2023-04-09 21:17:59 +0400 |
commit | 756a33999df9255deb1c08a443a5621d94da0126 (patch) | |
tree | ed40d4465637d99a4da2a0069f18fb15d82f21d5 /.storage/input_boolean | |
parent | 3b67e6bbc959b5d24f12e7df1574e96085431a56 (diff) | |
download | hass-756a33999df9255deb1c08a443a5621d94da0126.tar.gz hass-756a33999df9255deb1c08a443a5621d94da0126.tar.bz2 hass-756a33999df9255deb1c08a443a5621d94da0126.tar.xz hass-756a33999df9255deb1c08a443a5621d94da0126.zip |
Fixes, multi-room sounds, motion tracking in rooms
Diffstat (limited to '.storage/input_boolean')
-rw-r--r-- | .storage/input_boolean | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.storage/input_boolean b/.storage/input_boolean index f03e5e7..6c81959 100644 --- a/.storage/input_boolean +++ b/.storage/input_boolean @@ -48,6 +48,14 @@ { "name": "Occupancy Bathroom", "id": "occupancy_bathroom" + }, + { + "name": "Mode Office Sleep", + "id": "mode_house_sleep_2" + }, + { + "name": "Mode Office Hibernate", + "id": "mode_office_hibernate" } ] } |