Fixed Formatting issue in Mixed Conditions Section (#2345)
This commit is contained in:
parent
ebc2b9907f
commit
bcd9802ac7
1 changed files with 6 additions and 6 deletions
|
@ -58,12 +58,12 @@ condition:
|
|||
state: 'home'
|
||||
- condition: or
|
||||
conditions:
|
||||
- condition: state
|
||||
entity_id: sensor.weather_precip
|
||||
state: 'rain'
|
||||
- condition: numeric_state
|
||||
entity_id: 'sensor.temperature'
|
||||
below: '20'
|
||||
- condition: state
|
||||
entity_id: sensor.weather_precip
|
||||
state: 'rain'
|
||||
- condition: numeric_state
|
||||
entity_id: 'sensor.temperature'
|
||||
below: '20'
|
||||
```
|
||||
|
||||
### {% linkable_title Numeric state condition %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue