From a721427493815fb5a577fa2c290ea12cf7681625 Mon Sep 17 00:00:00 2001 From: Tomasz Date: Mon, 14 Aug 2023 11:15:24 +0200 Subject: [PATCH] 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 --- source/_integrations/shelly.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/shelly.markdown b/source/_integrations/shelly.markdown index 9ede7ae1500..5f0551a6e95 100644 --- a/source/_integrations/shelly.markdown +++ b/source/_integrations/shelly.markdown @@ -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.