Im setting up a test with android and a simple door contact running on an esp32. I have confirmed that the contact is changing state and can see that state change reflected with a entity card on HA dashboard, yet still no mobile notification.
This is what I have
automation:
- alias: 'tree lamp notification'
trigger:
platform: state
entity_id: door2
to: 'open'
action:
- service: notify.mobile_app_SM-G973F
data:
title: "Lights"
message: "The tree lamp is on"
Any ideas? Thanks