Skip to content

Releases: xZetsubou/hass-localtuya

2025.11.0

14 Nov 16:18
ea19541

Choose a tag to compare

🐛 Fixes

⚡ Improvements

🧹 Chores

2025.10.0

06 Oct 03:33
e95ddbf

Choose a tag to compare

🐛 Fixes

✨ Feats

⚡ Improvements

♻️ Refactors

🧹 Chores

2025.7.0

07 Jul 02:45

Choose a tag to compare

✨ Feats

⚡ Improvements

  • perf: added info logs in make connection step by @xZetsubou in 81cc630
  • perf(binary_sensor): remove possible on states, multi on value can be set by @xZetsubou in 885c485
  • perf(binary_sensor): remove possible on states, multi on value can be set by @xZetsubou in c57a06c

♻️ Refactors

🧹 Chores

🛠️ CI

➕ More

2025.6.0

15 Jun 00:59
d9b2605

Choose a tag to compare

🐛 Fixes

🛠️ CI

2025.5.1

02 May 23:09

Choose a tag to compare

minor update

🐛 Fixes

✨ Feats

  • feature(language): Add support for 简体中文 (Simplified Chinese) (#627) by @ZiqiangWangUNSW in d5070f0

🌀 Reverts

➕ More

2025.3.2

23 Mar 12:20
62dcc8b

Choose a tag to compare

🐛 Fixes

⚡ Improvements

🧹 Chores

🛠️ CI

➕ More

2025.3.1

02 Mar 20:16
8494182

Choose a tag to compare

🚨 2025.3.1 includes a hotfix for lights introduced in 2025.3.0.

💥 Breaking Changes

  • breaking_change(events): removed/rename events and improve events handler (#564) by @xZetsubou in a343743
    • Removed localtuya_device_triggered use status_update instead.
    • states_update renamed to status_update

🐛 Fixes

✨ Feats

⚡ Improvements

♻️ Refactors

📚 Docs

🌀 Reverts

  • Revert "fix(climate): convert current temperature when unit is celsius/fahren…" (#557) by @xZetsubou in 95bfcf4

🛠️ CI

➕ More

2025.2.1

16 Feb 21:29
a41b700

Choose a tag to compare

🐛 Fixes

✨ Feats

🧹 Chores

  • chore: subdevice shall not be added as "via_device" if it's gateway by @xZetsubou in 4a731f9

📚 Docs

🛠️ CI

➕ More

2025.2.0

31 Jan 21:13
84bc95b

Choose a tag to compare

🐛 Fixes

✨ Feats

⚡ Improvements

🧹 Chores

📚 Docs

🛠️ CI

2025.1.1

17 Jan 23:01
801bd9e

Choose a tag to compare

🚨 Note: The update will only works for Home Assistant 2025.1 or later due to the breaking changes HA has done :)

2025.1.1

🐛 Fixes

  • fix(cover): hotfix for 2025.1.0 update and handle boolean actions state (#490) by @xZetsubou in 801bd9e

🧹 Chores

  • chore(auto_configure): adjust device class / network for qt category by @xZetsubou in 3a63542

2025.1.0

🐛 Fixes

  • fix(auto_configure): device type case sensitivity #422 by @xZetsubou in e35de4e
  • fix: config_entry explicitly deprecated warnings #431 by @xZetsubou in beb3bce
  • fix(fan): force integer for min/max speeds due to migration converting wrong type by @arnpere in 7a8852c
  • fix(vacuum): update deprecated constant (#472) by @xZetsubou in 1963505
  • fix(vacuum): Updated deprecated constant (#473) by @xZetsubou in 9ac19b4
  • fix(vaccum): use activity property instead of deprecated state by @xZetsubou in d689d1a
  • fix(cover): boolean current state by @xZetsubou in 806c361
  • fix(config_flow): remove cloud pull label if dp exists locally by @xZetsubou in caa418c
  • fix(climate): Preset mode always null (#488) by @xZetsubou in 5b7ec15
  • fix(remote): Fix ENUM type IR send command by @xZetsubou in 363491a
  • fixes(light): remove deprecated constant and improve value conversion (#477) by @xZetsubou in 6dd29c4
    • Drops deprecated constants.
    • FIx map range method to give correct number.
    • Use map range based on percent for brightness.
    • Fix Temperature value are way off from Tuya APP.
    • Set min default brightness to 10.

✨ Feats

⚡ Improvements

🧹 Chores

🌀 Reverts

🛠️ CI