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 /configuration.yaml | |
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 'configuration.yaml')
-rw-r--r-- | configuration.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configuration.yaml b/configuration.yaml index f157cca..034b3f0 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -99,3 +99,4 @@ input_number: !include custom/input_number.yaml binary_sensor: !include custom/binary_sensor.yaml script manual: !include_dir_merge_named custom/scripts/ automation manual: !include_dir_merge_list custom/automation/ +shell_command: !include custom/shell.yaml |