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/input_boolean | |
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/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 6c81959..e302547 100644 --- a/.storage/input_boolean +++ b/.storage/input_boolean @@ -56,6 +56,14 @@ { "name": "Mode Office Hibernate", "id": "mode_office_hibernate" + }, + { + "name": "Mode Multiroom Manual", + "id": "mode_multiroom_manual" + }, + { + "name": "Mode Hall Manual", + "id": "mode_hall_manual" } ] } |