mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add default value for YoLink thermostat (#122114)
This commit is contained in:
parent
c8a6c6a5c1
commit
339b5117c5
@ -77,6 +77,7 @@ class YoLinkClimateEntity(YoLinkEntity, ClimateEntity):
|
|||||||
self._attr_fan_modes = [FAN_ON, FAN_AUTO]
|
self._attr_fan_modes = [FAN_ON, FAN_AUTO]
|
||||||
self._attr_min_temp = -10
|
self._attr_min_temp = -10
|
||||||
self._attr_max_temp = 50
|
self._attr_max_temp = 50
|
||||||
|
self._attr_hvac_mode = None
|
||||||
self._attr_hvac_modes = [
|
self._attr_hvac_modes = [
|
||||||
HVACMode.COOL,
|
HVACMode.COOL,
|
||||||
HVACMode.HEAT,
|
HVACMode.HEAT,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user