Bold battedy powered devices (#28575)

Only battery-powered devices need this step, adding bold to make it more clear.
I've missed this when setting my devices, so I want to make it easier for others.
Ref: https://github.com/home-assistant/core/issues/98374#issuecomment-1676947762
This commit is contained in:
Tomasz 2023-08-14 11:15:24 +02:00 committed by GitHub
parent 8f0246c50b
commit a721427493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ The list below will help you diagnose and fix the problem:
## Shelly device configuration (generation 2)
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, **Settings** >> **Connectivity** >> **Outbound WebSocket** and check the box **Enable Outbound WebSocket**, under server enter the following address:
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, **Settings** >> **Connectivity** >> **Outbound WebSocket** and check the box **Enable Outbound WebSocket**, under server enter the following address:
`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.