Releases: rospogrigio/localtuya
Releases · rospogrigio/localtuya
Fix for Config Flow after update to HA 2025.12
Deprecation fixes for HA 2025.05.
Several deprecation fixes for HomeAssistant 2025.05.
Fixes for 2025.01
- fixed errors and warnings related to HA Core 2025.01 (thanks to all contributors)
- improvements and corrections in the README
- other minor improvements or code adjustments
Fixed deprecated constants
- fixed "deprecated constants which will be removed in HA Core 2025.1" (thanks to all contributors)
- improved fan platform
- other minor improvements or code adjustments
Fix for socket.send() exceptions
Fix for "socket.send() raised exception" errors in the log files.
Add entities and deprecated call fix
Stability fixes
Fixed devices not reconnecting any more in several cases.
Introduced local_key update on device edit.
Improved logging.
Stability fixes
Fixed devices not reconnecting any more in several cases.
Introduced local_key update on device edit.
Improved logging.
Protocol 3.4 and more
- introduced 3.4 protocol! (and incidentally 3.2 as well). Thank you @Monacoslo for providing the test device for the development!
- introduced the possibility to enable the pytuya module debugging only on selected devices, to reduce logs flooding if many devices are present. Debugging has to be enabled in the configuration.yaml file, and then the new button has to be checked when adding/editing a device
- config flow now aborts with message when attempting to remove all entities from a device when editing it
Enjoy!
Fix for 4.1.0
Implementing safe default for devices not requiring RESET/Passive functionality.
This should help get rid of the issues a lot of users have encountered after installing 4.1.0
Thanks @sibowler for the fix provided.