mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Fix typo condition examples in 0.112 release notes (#13889)
This commit is contained in:
parent
c92539a458
commit
16a1c5b9b1
@ -102,13 +102,13 @@ So this:
|
||||
|
||||
```yaml
|
||||
condition:
|
||||
- platform: state
|
||||
- condition: state
|
||||
entity_id: light.kitchen
|
||||
state: 'on'
|
||||
- platform: state
|
||||
- condition: state
|
||||
entity_id: light.living_room
|
||||
state: 'on'
|
||||
- platform: state
|
||||
- condition: state
|
||||
entity_id: light.office
|
||||
state: 'on'
|
||||
```
|
||||
@ -117,7 +117,7 @@ Can now be shortened to this:
|
||||
|
||||
```yaml
|
||||
condition:
|
||||
- platform: state
|
||||
- condition: state
|
||||
entity_id:
|
||||
- light.kitchen
|
||||
- light.living_room
|
||||
@ -129,7 +129,7 @@ An example that tests if the alarm is in any of the specified states:
|
||||
|
||||
```yaml
|
||||
condition:
|
||||
- platform: state
|
||||
- condition: state
|
||||
entity_id: alarm_control_panel.home
|
||||
state:
|
||||
- armed_home
|
||||
@ -141,7 +141,7 @@ And this condition is now also passing when Frenck is at home or at work
|
||||
|
||||
```yaml
|
||||
condition:
|
||||
- platform: zone
|
||||
- condition: zone
|
||||
entity_id: device_tracker.frenck
|
||||
zone:
|
||||
- zone.home
|
||||
|
Loading…
x
Reference in New Issue
Block a user