github make-all/tuya-local 2026.6.0
2026.6.0 Leave a Light On

7 hours ago

Highlights

  • continuous improvement to communication problems
  • text platform update to preempt possible HA 2026.6 breakage
  • water_heater entities no longer show a non-standard away operation mode
  • lights no longer raise errors when the brightness goes below the bottom step

Known issues

  • some protocol version 3.4 devices stop responding due to too many communication errors after some time since 2026.4.0. This version continues to make improvements to avoid communication errors, but since the root cause is not fully understood the fixes in this version are not considered a final fix for the issue.
  • the infrared platform is undergoing incompatible changes again in HA 2026.6. At this stage, I believe only unit tests will be affected.
  • a service to send learned remote commands through the infrared platform was added a couple of versions ago, but is not fully working, so is not advertised in the docs.
  • lights that use a masked dp to control multiple lights have synchronization problems when changed together. Although fixed in the previous version, this fix needed to be partially reverted due to side effects on devices that do not mix entities in the same dp.

Breaking changes

  • HA Scenes that affect two entities from the same device sharing the same dp were previously improved by #4986, but due to adverse impact on other devices with multiple entities that have their own dps this has been reverted for this release.

  • daizuki_heatpump: deprecated entities from December have been removed, use the climate entity instead.

  • watermark switches have been standardized for translation. Some variant naming such as "OSD watermark" and "Timestamp" has been updated. Migration is provided, but may not cover all uses.

  • timer switches have been standardized for translation. Some variant naming has been updated. Migration is provided, but may not cover all uses.

  • recording_mode selects have been standardized for translation. Some variant naming and option naming has been updated. Options are standardized to "event" and "continuous". If you have automations changing these selects, please check as the migrations only cover entity naming.

  • night_vision selects have been standardized for translation. Some variant naming and option naming has been updated. Options are standardized to "on", "off" and "auto". If you have automations changing these selects, please check as the migrations only cover entity naming.

  • This will be the last version to work on HA 2026.5, as HA seems to have abandoned deprecation periods and is introducing breaking changes with every major release now.

New devices

Improvements to existing devices

  • avatto_wt20r_thermostat: add product details for WT20R #5155 by @lawther
  • homemedics_c500_airpurifier: improvements to config #5120 by @vemboy200
  • ir_remote_sensors: add compatible S09 remote #5127 by @mmaarrkk02
  • solar_inverter_gtb_series: add power limit #5166 by @ernbale
  • woods_cortina_airconditioner: support AirSwitch and heat models #5138
  • touchstone_sidelineredblue_fireplace: improved reliability #5150 by @mcguires5
  • primebras_athenas_lock: support compatible Foxgard lock #5161 by @itsiv
  • hunterpacific_6speed_fanlight: support compatible Fanelite Manihi #5172 by @PoppyPop
  • haozee_cogasleak_detector: fix dps indexing #4992
  • rgbcw_lightbulb: add compatible Sunco light #5187
  • confortotal_minisplit: support compatible Aiwa AWHACC #5100
  • electriq_airflex15w_heatpump: add entities based on Duux North #5140
  • simple_dual_switch_timer_v2: add compatible W-W602 switch #5190 by @mmaarrkk02
  • simple_triple_switch_timer: add compatible W-W602 switch #5190 by @mmaarrkk02
  • simple_switch_timerv2: add compatible Wifi+BLE 1 gang relay switch #5189
  • simple_switch_timerv2: split complex attributes out to text entities
  • nexsmart_watch2_camera: translation SD status as status #1708

General improvements

  • water_heater: filter away out of operation_modes when supported by the same dp
  • device communications: avoid exception when no data returned by device #5148
  • text: avoid error due to unmanaged API change in HA 2026.6 beta #5163
  • device communications: increase retries to avoid terminal failures #5136
  • device communications: revert #4986 send locking #5145
  • remote: send remote commands consistently #5179
  • deps: bump tinytuya to 1.18.1 - potential fix for communication issues caused by too large data
  • light: enforce minimum brightness when HA converts scale #5123, #5195 by @Zuz666

Translation improvements

  • icons: duplicate cleanup #5175 by @Zuz666
  • select: night_vision translations added #1708
  • switch: timer and Imax fireplace specific translations added #5174 by @Zuz666
  • select: recording_mode translations added #1708
  • switch: watermark translations added #1708

Documentation improvements

  • notes added about third party enhancements that work alongside or on top of this integration

Development improvements

Don't miss a new tuya-local release

NewReleases is sending notifications on new releases.