From 77700910d05cf175a943f122acac39c25bcf47cb Mon Sep 17 00:00:00 2001 From: Gigatrappeur <5045347+Gigatrappeur@users.noreply.github.com> Date: Fri, 23 May 2025 09:06:31 +0200 Subject: [PATCH] Modify switchbot_cloud doc and addd note for webhook support (#36285) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/switchbot_cloud.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/switchbot_cloud.markdown b/source/_integrations/switchbot_cloud.markdown index d73da227ac2..dfa0d89a348 100644 --- a/source/_integrations/switchbot_cloud.markdown +++ b/source/_integrations/switchbot_cloud.markdown @@ -69,3 +69,11 @@ Each sensor will request a status update from the SwitchBot Cloud API once every {% warning %} For IR Appliances, the state is inferred from previous commands in Home Assistant and might not reflect reality if you use other ways to control the device. {% endwarning %} + +## Webhook support + +For vacuums, the states are updated from SwitchBot's cloud. + +{% warning %} +Only ONE webhook URL seems to be accepted by the SwitchBot's cloud. So, if you want several applications notified, you need to use a “proxy” to re-dispatch the message to the other applications. +{% endwarning %} \ No newline at end of file