Deprecated entities (will be removed in a future release)
These will be an upcoming breaking change, please update any automations and UI components to use the new replacement button entities ASAP.
- Avatto curtain switch:
select
entity is deprecated. Newbutton
entities for each action replace it. - Reset and similar switches deprecated and replaced with buttons on Catit Pet feeder, Catit Pixi smart fountain, Essentials Purifier, Himox H05/H06 purifiers, Kyvol E30 vaccum, NasHone MTS700WB thermometer, Poiema One purifier, SmartMCB SMT006 meter, T5E WF thermostat, Vork VK6067AW purifier.
New devices
- Beca BHP6000 thermostat variant with mixed temperature units (#215)
- AlecoAir D12 Eco dehumidifier (PR #321)
- AlecoAir D16 Purify dehumidifier (PR #321)
- Treatlife DS02-F fan switch (#316)
- Wistar blinds variant without current_position (#320)
- Space Dog music lamp (#333)
- Inventor Evalon Pro dehumidifier (#331)
- PJ-1103 power clamp meter (#336)
Improvements to existing devices
- Wistar roller blinds:
reverse
dp meaning is flipped, as Tuya and HA seem to use different definitions, rename "state" attribute to "curtain_state" to avoid clashing with entity state, border state restrictions removed (#320) - Avatto Curtain switch: changed to use buttons rather than select entity (#292)
- Simple triple switch: name corrected.
- Tesla air purifier: timer options corrected. (PR #326)
- Light string (Fairy lights): separate scenes into a select entity (#309)
General improvements
- Documentation improvements for protocol_version and light color_mode (#337)
- Tests for obsolete translations removed
- button entity support added (#244, #318)
- retries before marking as offline reduced when a single protocol version is used (#311)
- Allow integers to match
float
dps during device detection (#335) - Changed entity config name from a function to a property (to fix confusing log message in #309)