Browse Source

using ligth group

master
Thomas 4 years ago
parent
commit
38f32bda30
Signed by: taschenbier
GPG Key ID: 306F574D34A9673B
  1. 1
      configuration.yaml
  2. 4
      groups.yaml
  3. 5
      lights/groups.yaml

1
configuration.yaml

@ -31,6 +31,7 @@ timer: @@ -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:

4
groups.yaml

@ -1,4 +0,0 @@ @@ -1,4 +0,0 @@
Fenster Lampen:
entities:
- light.0xec1bbdfffe9cc96e_light
- light.0xec1bbdfffe59b929_light

5
lights/groups.yaml

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
- platform: group
name: Fenster Lampen
entities:
- light.0xec1bbdfffe9cc96e_light
- light.0xec1bbdfffe59b929_light
Loading…
Cancel
Save