Highlights
- support for infrared entities so Tuya IR devices can be used as emitters by other integrations
- 9 new devices, improvements to 15 others
- a new icon to distinguish from the official integration
Breaking changes
- HA 2026.4.0 is now required, due to infrared support
- elko_cfmtb_thermostat: Air temperature sensor was renamed to Ambient temperature to use new translation. A migration is provided, but some references may need manual updating
- cleanair_605b_humidifier: Current temperature sensor was renamed to Temperature to use default HA translations. A migration is provided, but some references may need manual updating
New devices
- Reventon / Holtop ERV ventilation #4752 by @numanx11
- Tongou TOVTH-216WTTDA temperature/humidity switch #4785 by @terryfork
- YET YET6956WTR-B RF 4 button controller #4797 by @giggiu16
- Suangri SR223 solar controller #4722 by @TomPenrose
- Zitech Basic 3.0 sliding door controller #4534
- Hunter Pacific 6 speed fan controller #4814 by @thetallbloke
- Feyree 4.3 wallbox EV charger #4800 by @kriskomp
- Milano ceiling fan #4788 by @sschwieb
- TyloHelo SaunaLogic2 sauna controller #4809 by @bitswype
Improvements to existing devices
- smart_light_rgb48: improved in-file documentation #4794 by @starfire0606
- saswell_c16_thermostat: add missing sensor_select #4795 by @belleDESiRE
- avatto_whs20s_irremote: add infrared entity #4793
- basic_ir_remote: add infrared entity #4793
- hircr_remote_control: add infrared entity #4793
- ir_moes_heatpump: add infrared entity #4793
- ir_remote_sensors: add infrared entity #4793
- moes_controlpanel: add infrared entity #4793
- s11_rfir_remote: add infrared entity #4793
- woox_r7246_ir_remote_with_th_sensor: add infrared entity #4793
- rgbcw_lightbulb_xld_cl002: compatibility improvements #4806
- ble_smart_plant_moisture: add compatible SGS02Z #4791 by @ameer1234567890
- efenz_with_fanlight: allow light and fan to work independantly #4812 by @SimKaiLong
- loratap_zigbee_six_switch: add compatible Moes single scene switch #4817
- zym100w_presence_sensor: improve compatibility #4617
General improvements
- slow down the heartbeat rate to avoid overloading devices
- add support for infrared entities available in HA 2026.4 #4793
- light: allow turning on by effect without a read-only switch #4809
Translation improvements
- add translations for ambient temperature sensors #1708
- add translations for meal plan text entities #1708
- add translations for alarm event entities #1708
Documentation improvements
- additional checklist item to filter out battery WiFi devices from bug reports
- new brand icon, distributed the new way
- update license header to mention list of other contributors
- document light turn on by effect dp #4809
Development improvements
- resolve most DEVICES.md and ACKKNOWLEGEMENTS.md conflicts automatically