From c846940413fa3bf5ba5737704e6d4faf64616196 Mon Sep 17 00:00:00 2001 From: Gigatrappeur Date: Tue, 10 Dec 2024 22:15:51 +0000 Subject: [PATCH] Modify switchbot_cloud doc and addd note for webhook support --- 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 93d92244ba45..54768664af4b 100644 --- a/source/_integrations/switchbot_cloud.markdown +++ b/source/_integrations/switchbot_cloud.markdown @@ -67,3 +67,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, theirs 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 to be notified, it's not possible, or you'll have to go through a “proxy” which will re-dispatch the message to the other applications. +{% endwarning %} \ No newline at end of file