|
I have this template to detect if devices are offline, that relies on entities being unavailable: Unfortunately, that doesn't work for tuya_local because it seems the integration removes (or doesn't report) the entities when the device is offline, so the entities just do not exist anymore. Is there another way to detect if a tuya device is offline? Thanks |
Answered by
make-all
Mar 28, 2026
Replies: 1 comment 1 reply
|
The integration does not remove entities when the device goes offline, but if the device is offline when HA starts, the initialisation will be delayed until it is online. But if your devices are going offline, it really isn't ideal for local use, and I would encourage you to move those devices into the cloud tuya integration for reliability. |
1 reply
Answer selected by
koying
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The integration does not remove entities when the device goes offline, but if the device is offline when HA starts, the initialisation will be delayed until it is online.
But if your devices are going offline, it really isn't ideal for local use, and I would encourage you to move those devices into the cloud tuya integration for reliability.