Update Shelly outbound websocket configuration (#24818)

This commit is contained in:
Shay Levy 2022-11-04 18:01:35 +02:00 committed by GitHub
parent fd47d3482b
commit ffc353dbd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ We recommend using `unicast` for communication. To enable this, enter the local
Generation 2 devices use the `RPC` protocol to communicate with the integration. Battery powered devices need manual outbound websocket configuration, Navigate to the local IP address of your Shelly device, **Networks** >> **Outbound websocket** and check the box **Enable**, under server enter the following address:
`ws://` + `Home_Assistant_local_address:Port` + `/api/shelly/ws` (for example: `ws://homeassistant.local:8123/api/shelly/ws`), click **Apply** to save the settings.
`ws://` + `Home_Assistant_local_ip_address:Port` + `/api/shelly/ws` (for example: `ws://192.168.1.100:8123/api/shelly/ws`), click **Apply** to save the settings.
<div class="note">
Integration is communicating directly with the device; cloud connection is not needed.