From 38f32bda30ce91324309bfdab569b419adfc1022 Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 23 Jan 2020 23:35:22 +0100 Subject: [PATCH] using ligth group --- configuration.yaml | 1 + groups.yaml | 4 ---- lights/groups.yaml | 5 +++++ 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 lights/groups.yaml 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