Skip to content
Discussion options

You must be logged in to vote

Hi! This is caused by a behaviour change introduced in v1.3.2.5 — and your config is hitting it directly.

What changed in v1.3.2.5

Before v1.3.2.5, on_change: true fired on any state change and completely ignored state / operator. Those fields were silently skipped in the on_change path.

In v1.3.2.5, state + operator were made to act as a current-state filter: the alert still fires on any change, but is only displayed while the entity is actually in the declared state. This fixed a real use-case (#83) but broke configs that relied on the old "ignore state in on_change mode" behaviour.

Why your config stops working

  • entity: text.bird_detections
    operator: "="
    state: on # ← this is the liter…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Normanras
Comment options

Answer selected by Normanras
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