Skip to content

Releases: rospogrigio/localtuya

Fix for Config Flow after update to HA 2025.12

29 Jan 11:05
59c95cd

Choose a tag to compare

Fix for Config flow that could not be loaded after update to HA 2025.12 (Issue #2124, thank you @nirvatus)

Deprecation fixes for HA 2025.05.

08 May 07:54

Choose a tag to compare

Several deprecation fixes for HomeAssistant 2025.05.

Fixes for 2025.01

14 Jan 14:06
5f2c027

Choose a tag to compare

  • 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

27 Aug 07:10

Choose a tag to compare

  • 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

07 Jun 10:28
f06e484

Choose a tag to compare

Fix for "socket.send() raised exception" errors in the log files.

Add entities and deprecated call fix

24 May 12:21

Choose a tag to compare

  • Introduced the possibility to add entities when using 'Edit a device' (thank you @jlikeme !)
  • fixed deprecated "async_get_registry" call, and tox checks (thank you @oven-lab !)

Enjoy!

Stability fixes

07 Mar 08:47

Choose a tag to compare

Fixed devices not reconnecting any more in several cases.
Introduced local_key update on device edit.
Improved logging.

Stability fixes

07 Feb 16:20

Choose a tag to compare

Stability fixes Pre-release
Pre-release

Fixed devices not reconnecting any more in several cases.
Introduced local_key update on device edit.
Improved logging.

Protocol 3.4 and more

10 Jan 22:27

Choose a tag to compare

  1. introduced 3.4 protocol! (and incidentally 3.2 as well). Thank you @Monacoslo for providing the test device for the development!
  2. 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
  3. config flow now aborts with message when attempting to remove all entities from a device when editing it

Enjoy!

Fix for 4.1.0

11 Oct 10:19
ee25098

Choose a tag to compare

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.