sampsyo / hass-smartthinq

Home Assistant component for LG SmartThinQ HVAC devices
MIT License
282 stars 98 forks source link

Add fan support #21

Closed fabiomsouto closed 4 years ago

fabiomsouto commented 4 years ago

Hey there.

This commit adds fan speed support. It also reads temperature units from hass configuration, and set min/max temperature ranges for Celsius.

The temperature units were causing issues for my particular case, as I use Celsius, and there was a rounding issue. This way, it uses the proper conversion tables. Should fix issue #14

Cheers.

sampsyo commented 4 years ago

Awesome! This looks perfect!! Thank you for your help with all of these. And yes indeed, this does address #14 as well. :tada: