-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No event trigger for all sensors #138850
Comments
which integration provides the |
The automation is quite simple. The trigger goes to the status information from the sensor. alias: WaschmaschineFertig
description: ""
triggers:
- entity_id:
- sensor.waschmaschine_operation_state
to: Finished
trigger: state
from: run
for:
hours: 0
minutes: 0
seconds: 1
conditions: []
actions:
- data: {}
target:
entity_id: input_boolean.waschmaschinefertig
action: input_boolean.turn_on
- data:
message: Die Waschmaschine ist fertig\n{{now().strftime("%H:%M (%d.%m.%Y)")}}
title: Waschmaschine
action: notify.mobile_app1
- data:
message: Die Waschmaschine ist fertig\n{{now().strftime("%H:%M (%d.%m.%Y)")}}
title: Waschmaschine
action: notify.mobile_app2
- data:
dismissable: true
autoclose: false
title: Waschmaschine
content: Die Waschmaschine ist fertig. {{now().strftime("%H:%M (%d.%m.%Y)")}}
browser_id:
- 211212
target:
device_id:
- 121212
action: browser_mod.popup
mode: single |
was there any other state besides |
but |
I am not sure it helps. But from 7 devices i have with 3 multiple problems. and i can not delete old devices from HomeConnect integration (it was still removed in HomeConnect app online and not longer exist) |
The problem
Example the sensor.waschmaschine_operation_state dont send a event.
So the trigger for automation will not be activated on change status or state
What version of Home Assistant Core has the issue?
core-2025.2.4
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
No response
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: