I just updated my two iPhones with the latest version of the app. First one I forgot to delete my previous phone from the integration. So I had the new one have a bunch of underscore 2’s on it. So I deleted the old one and renamed everything on the other one removing the underscore 2 from them all. That will be johns_iphone.
The second phone I deleted the 16 entities or the whole entry from the integration and then logged into the app. It recreated everything. That will be barbs_iphone.
I have a notification setup as:
- platform: group
name: John and Barb
services:
- service: mobile_app_jiphone
- service: mobile_app_biphone
When I call that as notifiy.john_and_barb the one I did wrong, for my phone gets the notice, the one I did right and deleted the entries up front doesn’t ever get the notice.
action:
- service: notify.john_and_barb
data:
message: >
{{ states.sensor.mail_usps_delivering.state }} package(s) delivered from USPS
Any idea where to look for this? Both the above individual services show up in the Developer area.