diff --git a/configuration.yaml b/configuration.yaml index 8eff98c..fd78c39 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -31,6 +31,7 @@ timer: group: !include groups.yaml sensor: !include_dir_merge_list sensors switch: !include_dir_merge_list switches +light: !include_dir_merge_list ligths automation: !include_dir_merge_list automations hacs: diff --git a/groups.yaml b/groups.yaml index b68496d..e69de29 100644 --- a/groups.yaml +++ b/groups.yaml @@ -1,4 +0,0 @@ -Fenster Lampen: - entities: - - light.0xec1bbdfffe9cc96e_light - - light.0xec1bbdfffe59b929_light diff --git a/lights/groups.yaml b/lights/groups.yaml new file mode 100644 index 0000000..7bb3136 --- /dev/null +++ b/lights/groups.yaml @@ -0,0 +1,5 @@ +- platform: group + name: Fenster Lampen + entities: + - light.0xec1bbdfffe9cc96e_light + - light.0xec1bbdfffe59b929_light