Highlights
- improvements to time robustness
- new ways of defining variable ranges
- 21 new devices, improvements to over 20 existing devices
Breaking changes
- Tongou QCB2 Single Phase Breaker: deprecated switch for live updates has been removed, use the button instead, which does not require toggling
- Circuit breakers: "... action" config entities are renamed and the options standardised to use breaker_trigger_action translations. There is no migration for this change, so you may need some manual cleanup of no longer provided entities.
Standardized options introduced in the previous release are now ignore, alarm and trip_breaker.
New devices
- VT-14n1 air quality sensor (PTH8BW with additional CO sensor, and no alarm settings)
- Apricus heat pump water heater #3777 by @admackin
- Eurom Mon Soleil DSP heater #3765 by @pmaene
- Eurom Sani heater #3765 by @pmaene
- Vephos True air purifier #3708
- Beok SH-TGM50 WP thermostat #3783 by @nmaitland
- Meowmatic pet feeder #3717
- BKZO ceiling fan #3784 by @sjeffrey101
- Yunlong ceiling fan #3784 by @sjeffrey101
- Madimack InverChlor salt chlorinator #3719
- Lubluelu A901 robot vacuum #3731
- Madimack Eco 9kW heat pump #3809 by @mjens118
- Ligency ceiling fan and light #3739
- Motorized pop-up smart socket #3926 by @3ek
- Svensson Smart06C smart kettle #3750
- Digma DiSense G1 gas sensor #3758
- idoo Smart Bloom 8 hydroponic system #3760
- Ryakka 7-in-1 pool monitor #3769
- Neopower heat pump water heater #3782 by @banemonster
- Qlima D720 dehumidifier #3787 by @ajpohv
- Ettroit LN4102 thermostat #3572
Improvements to existing devices
- Sundream LC Series Chlorinator: support LC300 #3779
- Dual power monitoring smartplug V2: support SmartKnight ML Knightbridge #3781 by @ip1464
- Breville AirRounder Plus heater: separate into fan and heater #3582
- Lytmi HDMI sync backlight: improve color_temp handling in Pure scene #3794
- Madimack Elite V4 heatpump: use correct current_temperature, filter presets #3795, #3789
- Madimack Elite heatpumps: use pool_heatpump translation key, heat_cool #3795
- Axen KS100W heat pump: match hvac_action correctly and add sensors #3810, #3812
- Loonas curtain: add compatible Mijw curtain #3831 by @justinwyq
- Somgom single switch: add compatible Outsmart 40A switch #3831 by @justinwyq
- Simple dual switch with timer: add compatible Outsmart ZS3LCBCIO #3831 by @justinwyq
- Smartplug V2 Energy V2: add compatible Aziot product #3828
- devices using micro sign updated to use Greek mu per HA 2025.8 change
General improvements
- device config: range overriding in mapping without conditions is now working #3779
- time: cast time components to integer before using #3565
Documentation improvements
- document "Auto" for IP address in the advanced setup instructions #3796
Development improvements
- run full test suite on dependency updates