From 5902dbf075e1081661850e54b645da8f1d773ef3 Mon Sep 17 00:00:00 2001 From: cnico Date: Mon, 26 Aug 2024 08:58:21 +0200 Subject: [PATCH] Addition of support of the homeassistant.update_entity action (#34368) * Addition of support of the homeassistant.update_entity action * PR review correction --- source/_integrations/chacon_dio.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/chacon_dio.markdown b/source/_integrations/chacon_dio.markdown index c73c4b78cd1..0bbcbc645af 100644 --- a/source/_integrations/chacon_dio.markdown +++ b/source/_integrations/chacon_dio.markdown @@ -48,6 +48,10 @@ The switch platform integrates Chacon Dio devices to manage switches (like the R - get the **state** of the switch (connected or not and on/off state) - **Turn on/off** the switch +## Actions + +In rare cases, such as Wi-Fi interruptions, you may need to manually update the state of your devices. You can use the `homeassistant.update_entity` action to refresh the device state manually. + ## Tips You can use the [group integration](/integrations/group) to group entities as the application proposes (for example covers of the first floor).