#Automatization stopped working

1 messages · Page 1 of 1 (latest)

robust orbit
#

Hello, i am using automatization, to start charging of my car from 2AM, i use button to do that, during day i click button and automatization should start switch at 2AM, but after some time this stopped working, i send code below, do you have any idea what is wrong how how can i upgrade it?

alias: Nio grid start ve 2
description: ""
triggers:

  • trigger: state
    entity_id:
    • input_button.nocni_proud_nio
      conditions: []
      actions:
  • wait_for_trigger:
    • trigger: time
      at: "02:00:00"
      continue_on_timeout: false
  • action: switch.turn_on
    metadata: {}
    data: {}
    target:
    entity_id: switch.sonoff_
    mode: single
sullen streamBOT
#

To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.

iron dagger
#

If you restart HA between pushing the button and 02:00 then that automation won't run to completion