Olá, estou a dar o 1º passo numa automação.
Tenho o seguinte código:
automation:
- id: aquecedor_Gs_on
alias: 'Ligar aquecedor Quarto Gs'
#Triggers
trigger:
#Reinicio do HA
- platform: homeassistant
event: start
#Tempo
- platform: time
after: '12:30:00'
before: '12:40:00'
condition:
- condition: numeric_state
entity_id: sensor.temperature_1
below: 18
action:
service: switch.turn_on
entity_id: switch.plug_1
Está a dar o seguinte erro:
Nota: a linha 28 é a 1ª onde está “automation:”
Obrigado!