You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
translations now support placeholders, to allow things like "Switch 1", "Switch 2" to share the same translation.
lights with lists of named colors are now supported as RGB lights.
Breaking changes
Requires HA 2024.11.0 or later
fault codes have been moved from primary entities into the problem binary_sensor for many devices.
Some timer entity names have standardised. Migration should take care of keeping history intact and avoid zombie entities, but any references in automations, scripts or manual config may need updating.
New Devices
KCVents VT-501 heat recovery ventilator #2450 by @perimos
Many devices: improved consistency of optional dp marking
General improvements
config_flow: improve guidance for hub connected sub devices #1951
options: remove sub-device cid from options flow, as it is used to form the unique_id for the device, so changing it makes a new device in the registry.
config_flow: match devices fully asynchronously #2501