From f63594339f6d3d71a3559036889e55e8c1616719 Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Wed, 25 Oct 2023 11:48:33 +0000 Subject: [PATCH] Add information about `update_entity` service and sleeping Shelly devices (#29526) --- source/_integrations/shelly.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/shelly.markdown b/source/_integrations/shelly.markdown index e58470b98d7..550737d97dc 100644 --- a/source/_integrations/shelly.markdown +++ b/source/_integrations/shelly.markdown @@ -325,4 +325,5 @@ Please check from the device Web UI that the configured server is reachable. - Generation 1 "Shelly 4Pro" and "Shelly Sense" are not supported (devices based on old CoAP v1 protocol) - Before set up, battery-powered devices must be woken up by pressing the button on the device. - For battery-powered devices, the `update` platform entities only inform about the availability of firmware updates but are not able to trigger the update process. +- Using the `homeassistant.update_entity` service for an entity belonging to a battery-powered device is not possible because most of the time these devices are sleeping (are offline). - Frequency sensors for generation 2 energy monitoring devices are supported by firmware 1.0.0 beta 6 or later.