I’m a newby with automation in hassio.
Can someone help me to figure out this below.
When I switch on input_boolean.borne_tesla,
I want to turn off switch.cuisiniere
Activate a timer for 3 sec
Then turn on switch.borne
See below… It’s not working
Tks for your help
That won’t work because the quotes on the word ‘on’ are the incorrect quote type. You must have copied and pasted this from somewhere. Don’t copy and paste code when it’s not properly formatted.
@speedmax the reason your automation isn’t working is because you don’t treat the action section as a list. See how the example above has dashes next to each service, delay, and service? Those indicate that the action section is a list of items to be executed and not a single item. When you do not have the dashes, only the last action will be executed.
update is in order here, because Ive just found out that homeassistant.log isnt showing whats in the dev-info panel. Don’t know how that’s possible, but it’s very relevant, since I believed it to have stopped the warning…
Unable to remove unknown listener <function async_track_point_in_utc_time.<locals>.point_in_time_listener at 0x6ddd2d20>
3:37 PM core.py (WARNING)
Unable to remove unknown listener <function async_track_point_in_utc_time.<locals>.point_in_time_listener at 0x6ddabe88>
3:37 PM core.py (WARNING)
Unable to remove unknown listener <function async_track_point_in_utc_time.<locals>.point_in_time_listener at 0x6d73a7c8>
3:37 PM core.py (WARNING)
Unable to remove unknown listener <function async_track_point_in_utc_time.<locals>.point_in_time_listener at 0x6e33a030>
3:37 PM core.py (WARNING)
Unable to remove unknown listener <function async_track_point_in_utc_time.<locals>.point_in_time_listener at 0x6e2f42b8>
3:37 PM core.py (WARNING)
Unable to remove unknown listener <function async_track_point_in_utc_time.<locals>.point_in_time_listener at 0x6ddd28a0>
3:36 PM core.py (WARNING)
Unable to remove unknown listener <function async_track_point_in_utc_time.<locals>.point_in_time_listener at 0x6d714108>
3:36 PM core.py (WARNING)
Unable to remove unknown listener <function async_track_point_in_utc_time.<locals>.point_in_time_listener at 0x6d955b70>
3:36 PM core.py (WARNING)