Splitting up sensors because there are starting to be a lot of them

This commit is contained in:
2022-04-06 15:05:15 -04:00
parent 745242fc51
commit 861f67d759
5 changed files with 54 additions and 52 deletions

View File

@ -16,7 +16,7 @@ scene:
camera: !include cameras.yaml
input_boolean: !include input_boolean.yaml
binary_sensor: !include binary_sensor.yaml
sensor: !include sensor.yaml
sensor: !include_dir_merge_list sensors
switch: !include switches.yaml
input_select: !include input_select.yaml
input_text: !include input_text.yaml