mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 02:46:53 +00:00
Adding a note about states (#12128)
* Adding a note about states
It's a regular thing on Discord to have to point this out to folks, so it's long past time we highlighted this somewhere IMO.
* ✏️ Tweak
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
77ad80f0a2
commit
98376d0fc6
@ -130,6 +130,12 @@ The `for` template(s) will be evaluated when an entity changes as specified.
|
||||
|
||||
Triggers when the state of any of given entities changes. If only `entity_id` is given trigger will activate for all state changes, even if only state attributes change.
|
||||
|
||||
<div class='note'>
|
||||
|
||||
The values you see in your overview will often not be the same as the actual state of the entity. For instance, the overview may show `Connected` when the underlying entity is actually `on`. You should check the state of the entity by looking in the _States_ menu under _Developer tools_.
|
||||
|
||||
</div>
|
||||
|
||||
```yaml
|
||||
automation:
|
||||
trigger:
|
||||
|
Loading…
x
Reference in New Issue
Block a user