Hello,
i just use simple configurations for starting home assistant. Now I´m trying to get my automations smarter for me.
I´ve trying to set up an automation with light scenes after sunset with transition. This is my yaml.file
alias: Licht Abends ein Transition
description: ‘’
trigger:
- platform: sun
event: sunset
offset: "-15
condition: []
action: - service: scene.turn_on
data:
entity_id: scene.wohnzimmer_abends
transition: 600 - service: scene.turn_on
data:
entity_id: scene.esszimmer_gedimmt
transition: 600 - service: scene.turn_on
data:
entity_id: scene.esszimmer_gedimmt
transition: 600
This the error message: Message malformed: required key not provided @ data[‘action’]
Tried different thinks - but no solution. Whats the mistake?