I’m having trouble with the Simplepush notifier for the below automation.
I know that I can send notifications via command line using curl:
curl 'https://api.simplepush.io/send/device_key/title/message'
```
I can also manually send a message via my Home Assistant Services page using:
{ "message": "This is a test" }
## Automation
https://github.com/brianjking/hass-config/blob/master/automation.yaml#L59-L66
Thanks for your help!
For me this system is working great - I have just one problem.
Can’t manage so that it would start working notification for person came / go from to home…
- id: '110'
alias: Obvestilo - Simon je doma
trigger:
platform: state
entity_id: device_tracker.gsms
from: 'not_home'
to: 'home'
action:
service: notify.ha
data:
message: "Simon je prišel domov."
title: "OSEBA"