mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +00:00
Fixed Formatting issue in Mixed Conditions Section (#2345)
This commit is contained in:
parent
ebc2b9907f
commit
bcd9802ac7
@ -58,12 +58,12 @@ condition:
|
|||||||
state: 'home'
|
state: 'home'
|
||||||
- condition: or
|
- condition: or
|
||||||
conditions:
|
conditions:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: sensor.weather_precip
|
entity_id: sensor.weather_precip
|
||||||
state: 'rain'
|
state: 'rain'
|
||||||
- condition: numeric_state
|
- condition: numeric_state
|
||||||
entity_id: 'sensor.temperature'
|
entity_id: 'sensor.temperature'
|
||||||
below: '20'
|
below: '20'
|
||||||
```
|
```
|
||||||
|
|
||||||
### {% linkable_title Numeric state condition %}
|
### {% linkable_title Numeric state condition %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user