This release adds support for several new devices (see details below, thanks to @PRO-2684, @peleccom, @ymj0424, and @supar), and contains improvements to Roborock S7, yeelight and gateway integrations (thanks to @starkillerOG, @Kirmas, and @shred86).
Thanks also to everyone who has reported their working model information, we can use this information to provide better discovery in the future and this release silences the warning for known working models.
Python 3.6 is no longer supported, and Fan{V2,SA1,ZA1,ZA3,ZA4} utility classes are now removed in favor of using Fan class.
Breaking changes:
- Split fan.py to vendor-specific fan integrations #1304 (@rytilahti)
- Drop python 3.6 support #1263 (@rytilahti)
Implemented enhancements:
- Improve miotdevice mappings handling #1302 (@rytilahti)
- airpurifier_miot: force aqi update prior fetching data #1282 (@rytilahti)
- improve gateway error messages #1261 (@starkillerOG)
- yeelight: use and expose the color temp range from specs #1247 (@Kirmas)
- Add Roborock S7 mop scrub intensity #1236 (@shred86)
New devices:
- Add support for zhimi.heater.za2 #1301 (@PRO-2684)
- Dreame F9 Vacuum (dreame.vacuum.p2008) support #1290 (@peleccom)
- Add support for Air Purifier 4 Pro (zhimi.airp.va2) #1287 (@ymj0424)
- Add support for deerma.humidifier.jsq{s,5} #1193 (@supar)
Merged pull requests:
- Add roborock.vacuum.a23 to supported models #1314 (@rytilahti)
- Move philips light implementations to integrations/light/philips #1306 (@rytilahti)
- Move leshow fan implementation to integrations/fan/leshow/ #1305 (@rytilahti)
- Split fan_miot.py to vendor-specific fan integrations #1303 (@rytilahti)
- Add chuangmi.remote.v2 to chuangmiir #1299 (@rytilahti)
- Perform pypi release on github release #1298 (@rytilahti)
- Print debug recv contents prior accessing its contents #1293 (@rytilahti)
- Add more supported models #1292 (@rytilahti)
- Add more supported models #1275 (@rytilahti)
- Update installation instructions to use poetry #1259 (@rytilahti)
- Add more supported models based on discovery.py's mdns records #1258 (@rytilahti)