You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/config/custom_components/dual_smart_thermostat/climate.py", line 949, in _async_control_climate
await self._async_control_cooling(time, force)
File "/config/custom_components/dual_smart_thermostat/climate.py", line 1133, in _async_control_cooling
too_cold = self._is_too_cold()
^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/dual_smart_thermostat/climate.py", line 1470, in _is_too_cold
return target_temp >= self._cur_temp + self._cold_tolerance
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: '>=' not supported between instances of 'NoneType' and 'float'
btw
Originally posted by @10der in #210 (comment)
Also here:
#210 (comment)
The text was updated successfully, but these errors were encountered: