Modify switchbot_cloud doc and addd note for webhook support (#36285)

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Gigatrappeur 2025-05-23 09:06:31 +02:00 committed by GitHub
parent f5a1db2ff9
commit 77700910d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 %}