Tweak lights motion automations

This commit is contained in:
2020-04-25 23:46:39 +03:00
parent aee12c4b3a
commit 49b2977532
2 changed files with 28 additions and 12 deletions
@@ -14,9 +14,17 @@ automation:
trigger:
platform: state
entity_id:
- light.living_room_main_lights
- light.master_bedroom_main_lights
- light.hallway_entrance_lights
# If the lights are listed by groups, turning on 1 light always turns on the others in the group.
- light.light_lohas_1
- light.light_lohas_2
- light.light_lohas_3
- light.light_lohas_4
- light.light_lohas_5
- light.light_lohas_6
- light.light_le_1
- light.light_le_2
- light.light_le_3
- light.light_le_4
to: "on"
action:
# Can't use the script here, because they all could be fired at the same time.