Skip to content

Reload hub triggers entity events #1629

Discussion options

You must be logged in to vote

Finally, the solution is found :-)
As mentioned by SukramJ the state changes from or to "unknown". Thus, the YAML-Code for the triggered event can be supplemented with "not_from" and "not_to" as follows:

platform: state
entity_id:
  - event.tastenwippe_hm_pb_2_wm55_2_ch1
not_from:
  - unknown
  - unavailable
not_to:
  - unknown
  - unavailable

More details can be found here: https://community.home-assistant.io/t/help-with-triggering-an-automation-only-when-date-is-changed-in-the-state/630111

And it works: a reload doesn't trigger such configured actions/events.

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
7 replies
@SukramJ
Comment options

@juerg-altwegg
Comment options

@juerg-altwegg
Comment options

@juerg-altwegg
Comment options

Answer selected by SukramJ
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants