Hi i still have these errors in automation.yaml after the alst update of HM
- id: accendi_luce_doccia
alias: "Accendi luce doccia"
trigger:
platform: numeric_state
entity_id: sensor.umiditabagno
above: 65
action:
- service: switch.turn_on
entity_id: switch.doccia
- delay: "00:20:00"
- service: switch.turn_off
entity_id: switch.doccia
condition:
- condition: numeric_state
entity_id: sensor.umiditabagno
above: 65
errors are at line 1-2-11 and is always the same “End of the stream or a document separator is expected”. I thing that the problem is the indentation but i don’t what to correct, it seems correct.
Can you help me? tks
2 posts - 2 participants