Retrieve response from Home Assistant system_bridge.send_command? #556
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
timmo001
Jul 18, 2021
Replies: 1 comment 10 replies
-
If you are asking about the Home Assistant integration, the command is currently a send and forget. It currently has no functionality to handle the response. This is possible though, using the API manually: https://system-bridge.timmo.dev/docs/api?endpoint=command There is now an open PR to return the response as a service response https://github.com/home-assistant/core/pull/100055/files |
Beta Was this translation helpful? Give feedback.
10 replies
Answer selected by
backslashV
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you are asking about the Home Assistant integration, the command is currently a send and forget. It currently has no functionality to handle the response.
This is possible though, using the API manually:
https://system-bridge.timmo.dev/docs/api?endpoint=command
There is now an open PR to return the response as a service response https://github.com/home-assistant/core/pull/100055/files