Addition of support of the homeassistant.update_entity action (#34368)

* Addition of support of the homeassistant.update_entity action

* PR review correction
This commit is contained in:
cnico 2024-08-26 08:58:21 +02:00 committed by GitHub
parent 1d2b5fd710
commit 5902dbf075
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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).