Well i havent touched anything regarding notify or the automations with Pushbullet as service.
I have several automations for presence detection, pollen alert and other stuff and none of them working.
And I then use that sensor changing state to trigger a notification…
automation:
- alias: Device - Update Available Notifications
initial_state: on
trigger:
platform: state
entity_id: sensor.ha_upstream
action:
- delay: '00:30:00'
- service: script.notify
data:
no_say: 1
tell: mf
call_upgrade: 1
The delay is just there because I include a link to the blog in the notification so I can check for breaking changes so that delay makes sure I don’t arrive at the blog before the updated version is published.