mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
fix yaml for input_number use in delay (#14147)
This commit is contained in:
parent
9d0ee2c496
commit
6b64bd200f
@ -242,7 +242,7 @@ automation:
|
||||
entity_id: switch.something
|
||||
to: 'on'
|
||||
action:
|
||||
- delay: '00:{{ states('input_number.minutes') | int }}:{{ states('input_number.seconds') | int }}'
|
||||
- delay: "00:{{ states('input_number.minutes') | int }}:{{ states('input_number.seconds') | int }}"
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.something
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user