Releases: ollo69/ha-smartthinq-sensors
Releases · ollo69/ha-smartthinq-sensors
v0.36.0
Important Note
This version introduce usage of new API methods to retrieve devices information. If this version is not working for you and everything was ok with previous, please open a new issue reporting error details and temporary rollback to previous release.
Update to new API methods is required because seems that LG is dismissing old methods progressively in countries.
What's Changed
- Implement new API methods to get devices info (issue #651) by @ollo69 in #662
- Manage wrong device info returned by API (issue #651) by @ollo69 in #659
- Backport
cached_property
from python 3.12 by @ollo69 in #652
Full Changelog: v0.35.6...v0.36.0
v0.35.6
What's Changed
- Fix WaterHeater not available on some AWHP devices (issue #637)
- Use
awhpTempSwitch
to determinate climate temperature control (issue #643) - Improve docs about adding custom resources by @hisabimbola in #645
- Reduce warning message for tcp errors
New Contributors
- @hisabimbola made their first contribution in #645
Full Changelog: v0.35.5...v0.35.6
v0.35.5
v0.35.4
v0.35.3
v0.35.2
v0.35.1
v0.35.0
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
v0.34.0
Note - This version requires at least Home Assistant 2023.8.x
What's Changed
- Set minimum required HA version to 2023.8.0
- Add WaterHeater support for AWHP AC ApiV1 devices (issue #583)
- Add
turn_on
andturn_off
methods to Water Heater (issue #583)
Full Changelog: v0.33.4...v0.34.0