Breaking Changes
- Remove light display switch entity for AC (generally not working, see #475)
- Convert microwave light mode as light entity by @ollo69 in #632
- Convert microwave fan mode as fan entity by @ollo69 in #631
What's Changed
- Add support for Hood device by @ollo69 in #635 (FR #394)
- Add PM10, PM2, PM1 sensors to AC-device by @skinkie in #613
- Use
tuple
instead of deprecatedtyping.Tuple
by @yuvalabou in #616 - Use
X | Y
for type annotations by @yuvalabou in #617 - Fix some spell issues by @yuvalabou in #622
- Simplify entities setup entry by @ollo69 in #633
- Use
cached_property
for ThinQ devices properties by @ollo69 in #624 - Create Danish translation by @greew in #500
- Created French, French (Canada) & French (Belgium) translations by @alray31 in #565
- Add German translation by @4homeassistant in #621
- Update Slovak translation by @misa1515 in #634
New Contributors
- @skinkie made their first contribution in #613
- @greew made their first contribution in #500
- @alray31 made their first contribution in #565
- @misa1515 made their first contribution in #634
Full Changelog: v0.34.0...v0.35.0