Hi Guys,
i got a problem with my Notify Automation.
If i trigger my Automation:
- id: '1595587750677'
alias: NOTIFY Motion Night
description: ''
trigger:
- device_id: 9d4c270721f348a989dfdc5dc9a22a45
domain: binary_sensor
entity_id: binary_sensor.hue_motion_sensor_1_motion
platform: device
type: motion
- device_id: 32ed063ac9e84172bbfab01a404c998d
domain: binary_sensor
entity_id: binary_sensor.hue_motion_corridor
platform: device
type: motion
- device_id: 041ecb5d0cfc4f8c9069614fd42c7519
domain: binary_sensor
entity_id: binary_sensor.hue_motion_kitchen
platform: device
type: motion
condition:
- condition: device
device_id: 441a9069b01243999f3c6b9a952b612d
domain: device_tracker
entity_id: device_tracker.bla_l29
type: is_home
- condition: or
conditions:
- condition: device
device_id: eeae5a3d67704be1956d2055ea984b91
domain: device_tracker
entity_id: device_tracker.iphone
type: is_home
- condition: and
conditions:
- after: 00:00
before: 05:30
condition: time
- condition: and
conditions:
- condition: device
device_id: ecc311499b944b1685af5f6bcac41b52
domain: light
entity_id: light.on_off_plug_1_4
type: is_on
action:
- data:
message: ' MOTION DETECTED INSIDE '
title: ' MOTION DETECTED INSIDE '
service: notify.mobile_app_iphone
mode: single
the following error ocourd:
2020-08-21 09:12:20 ERROR (MainThread) [homeassistant.components.mobile_app.notify] Requested entity was not found.
The Integration is there and also running:
on my iPhone i got the following version: 13.5.1
Home Assistant App: 2020.5.2
The Notification is working on an Android phone…
Does someone has the same problem ?
Br
Solution:
- Remove the Integration
- Clear the Push Id in the App
- Close App
- Restart HA
- Don’t forgett to enable the notifications again.