mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +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
|
||||
- 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:
|
||||
- ...
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user