Since weeks and since two updates my notifications are not working anymore.
I have about 4-5 automations what is sending notify.notify service with message: Door is Open or Windows is open as soon the status of the door and windows sensor are changing.
I tried to restart the whole server many times also refreshed my application and my IOS too.
If I go to services and selecting notify.notify and write in some message I get this. This part is working.
- id: '1584267053421'
alias: Door is open
description: ''
trigger:
- device_id: 4b58752291f741a38b1bf8234428e835
domain: binary_sensor
entity_id: binary_sensor.contact_sensor
platform: device
type: opened
condition: []
action:
- data:
message: The door is open
data_template:
message: Door is open
service: notify.notify
The solution: Multiple times occured my IOS device under entities. You have to delete all of them except one, the real one where the status of the sensor are real and updating. You restart the HomeAssistant Server and it will work. Since that mine is working correctly.