Hi,
I've started with my most simple configuration to get som Automation done:
group:
sun_automation:
- switch.ute_trappa
- switch.allrum_tavla
- switch.allrum_slinga
automation:
alias: 'Turn on light when sun sets'
trigger:
platform: sun
event: sunset
offset: '-01:00:00'
action:
service: homeassistant.turn_on
entity_id: sun_automation
I get the following error in Logbook:
invalid config changed to The following components and platforms could not be set up: * [automation](https://home-assistant.io/components/automation/) Please check your config
Any suggestions on my issue?