-
-
Notifications
You must be signed in to change notification settings - Fork 41
[BUG] Notifications not sent #297
Copy link
Copy link
Closed
Labels
acceptedbug / ffeature request is accepted and its work in progressbug / ffeature request is accepted and its work in progressawaiting maintainer reviewbugdone
Milestone
Description
Metadata
Metadata
Assignees
Labels
acceptedbug / ffeature request is accepted and its work in progressbug / ffeature request is accepted and its work in progressawaiting maintainer reviewbugdone
Before You Submit
N/Awith a reason if genuinely not applicable.N/Aonly where the field is genuinely irrelevant to my bug.Describe the Bug
When I use a notification entity for notifications I do not get any notifications. Using a notification service works fine.
Device Type
Washing Machine
Device Brand & Model
N/A
WashData Integration Version
0.4.5.1
Home Assistant Version
2026.7.0
Reproduction Steps
Use a notification entity for finish notification. Notifications not sent.
Expected Behavior
Notifications sent
Logs / Error Evidence
Additional Context
Looking at the code, if a notification service starts with
notify.it checks for a state, but also if the entity has attributedomainset tonotify. None of my notification entities (iPhones) have adomainattribute so can only assume they were falling through to service which would have failed.Contributing a Fix
acceptedlabel before opening it