Browse Source

adding lampen group

master
Thomas 4 years ago
parent
commit
2fcb6434e3
Signed by: taschenbier
GPG Key ID: 306F574D34A9673B
  1. 1
      configuration.yaml
  2. 4
      groups.yaml

1
configuration.yaml

@ -28,6 +28,7 @@ timer: @@ -28,6 +28,7 @@ timer:
name: Time remaining
duration: 600 # Updated this to the number of seconds you wish
group: !include groups.yaml
sensor: !include_dir_merge_list sensors
switch: !include_dir_merge_list switches
automation: !include_dir_merge_list automations

4
groups.yaml

@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
Fenster Lampen:
entities:
- light.0xec1bbdfffe9cc96e_light
- light.0xec1bbdfffe59b929_light
Loading…
Cancel
Save