mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +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
|
entity_id: switch.something
|
||||||
to: 'on'
|
to: 'on'
|
||||||
action:
|
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
|
- service: switch.turn_off
|
||||||
entity_id: switch.something
|
entity_id: switch.something
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user