Replies: 2 comments
-
The app already registers a Cloudhook and will use it automatically to send data back home, whether sensor or otherwise. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@robbiet480 had a conversation with @zacwest here. It appears that cloudhook is used only when "remote UI" switch is enabled. guess a part of this FR is to decouple that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As it stand today, it appears that the external URL is needed to send back response from an actionable notification. When a user has Nabu Casa integration enabled for Alexa/Google assistants , but remote UI turned off (security reasons), then then means the user cannot send actions when I am far away from the home assistance instance (not at home or vpn disabled).
The request is the following
or
example push request
Possibly we can just register one cloud hook and then send the ACTION_NAME as part of the payload. The cloud hook can then trigger existing HA events to maintain backward comapt.
Also this will enable us to use this to integrate to other services that support webhooks.
Beta Was this translation helpful? Give feedback.
All reactions