Skip to content

Commit

Permalink
Adding a note about states (home-assistant#12128)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
DubhAd and frenck authored Feb 20, 2020
1 parent 77ad80f commit 98376d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/_docs/automation/trigger.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 98376d0

Please sign in to comment.