I have a very simple notification (temp sensor, if too warm, fire alarm) that when I click the notification - it goes to said sensor. per Introduction | Home Assistant Companion Docs I have the automation calling notify with data “url: entityId:sensor.freezer_temp_sensor”. When the notification gets fired to iOS, I receive an alert to open a URL… but clicking “open” does nothing.
Clearly I’m missing something terribly obvious here and I’m not sure what.
(Note: I’ve fixed entityID to entityId, that didn’t work, I tried with and without quotes. Using an http URL to something random, or linking to a lovelace works. So it’s just the entityId part I’m not getting right for some reason).