mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Fixed a typo in 115 release notes 'shorthand notation for template conditions' section (#14540)
This commit is contained in:
parent
11a8cb2ab0
commit
4112b2ef60
@ -478,7 +478,7 @@ automations:
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- choose:
|
- choose:
|
||||||
- condition: "{{ is_state('sensor.mode', 'on') and (state_attr('climate.room', 'temperature') | int) < 10 }}"
|
- conditions: "{{ is_state('sensor.mode', 'on') and (state_attr('climate.room', 'temperature') | int) < 10 }}"
|
||||||
sequence:
|
sequence:
|
||||||
- ...
|
- ...
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user