So here's a basic lighting automation. If I wanted to also run multiple more automations for different lights with different transition times, brightness, sunset offsets, etc., is that something I can do within the same YAML file or does that require a separate automation entirely?
alias: LV-Q1-1
description: ""
triggers:
- trigger: sun
event: sunset
offset: "-01:00:00"
conditions:
- condition: template
value_template: "{{ (now().month >=1) and (now().month <=3) }}"
actions:
- action: light.turn_on
metadata: {}
data:
transition: 3600
brightness_pct: 50
target:
device_id:
- ebf8c14642851326484882d1f9ef91ed
mode: single