mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 11:56:50 +00:00
Update format
This commit is contained in:
parent
fff7288575
commit
0499919cad
@ -78,13 +78,12 @@ automation:
|
|||||||
|
|
||||||
<p class='note'>
|
<p class='note'>
|
||||||
Listing above and below together means the numeric_state has to be between the two values.
|
Listing above and below together means the numeric_state has to be between the two values.
|
||||||
In the example above, a numeric_state that goes to 17.1-24.9 (from 17 or below, or 25 or above)
|
In the example above, a numeric_state that goes to 17.1-24.9 (from 17 or below, or 25 or above) would fire this trigger.
|
||||||
would fire this trigger.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
### {% linkable_title State trigger %}
|
### {% linkable_title State trigger %}
|
||||||
|
|
||||||
Triggers when the state of a given entity changes. If only entity_id is given trigger will activate for all state changes, even if only state attributes change.
|
Triggers when the state of a given entity changes. If only `entity_id` is given trigger will activate for all state changes, even if only state attributes change.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
automation:
|
automation:
|
||||||
@ -183,7 +182,7 @@ automation 3:
|
|||||||
|
|
||||||
### {% linkable_title Zone trigger %}
|
### {% linkable_title Zone trigger %}
|
||||||
|
|
||||||
Zone triggers can trigger when an entity is entering or leaving the zone. For zone automation to work, you need to have setup a device tracker platform that supports reporting GPS coordinates. This includes [GPS Logger](/components/device_tracker.gpslogger/), the [OwnTracks platform](/components/device_tracker.owntracks/), and the [iCloud platform](/components/device_tracker.icloud/).
|
Zone triggers can trigger when an entity is entering or leaving the zone. For zone automation to work, you need to have setup a device tracker platform that supports reporting GPS coordinates. This includes [GPS Logger](/components/device_tracker.gpslogger/), the [OwnTracks platform](/components/device_tracker.owntracks/) and the [iCloud platform](/components/device_tracker.icloud/).
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
automation:
|
automation:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user