You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, having an issue utilizing variables/tokens/placeholders in the notification URL. Utilizing Home Assistant to pass notifications, and my goal is to set the nid to the unique ID of the watch, so I can maintain separate notifications per watch. Here is my current URL which works:
But I'm greeted with hassio://<ip>/longaccesstoken?verify=no&nid={{watch_uuid}} is not a valid AppRise URL.
According to a few lines below we can utilize tokens ({{watch_uuid}} being one of them), but it doesn't seem to be working as expected? Any help would be appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, having an issue utilizing variables/tokens/placeholders in the notification URL. Utilizing Home Assistant to pass notifications, and my goal is to set the
nid
to the unique ID of the watch, so I can maintain separate notifications per watch. Here is my current URL which works:Here's what I'm trying to use:
But I'm greeted with
hassio://<ip>/longaccesstoken?verify=no&nid={{watch_uuid}} is not a valid AppRise URL.
According to a few lines below we can utilize tokens ({{watch_uuid}} being one of them), but it doesn't seem to be working as expected? Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions