I have just set up push notifications and they work fine when sending to all devices. e.g
- service: notify.notify
data:
message: "A light has turned on"
title: "Light On"
However if I try to specify my (or my gf’s) android phone as the target then the notification doesn’t come through. e.g.
- service: notify.notify
data:
message: "A light has turned on"
title: "Light On"
target: "unnamed device_2"
If I specify my laptop as the target then it does work.
Anyone know why this is happening / is there a fix?
Thanks