Skip to content
Snippets Groups Projects
Unverified Commit 339b5117 authored by Matrix's avatar Matrix Committed by GitHub
Browse files

Add default value for YoLink thermostat (#122114)

parent c8a6c6a5
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,7 @@ class YoLinkClimateEntity(YoLinkEntity, ClimateEntity):
self._attr_fan_modes = [FAN_ON, FAN_AUTO]
self._attr_min_temp = -10
self._attr_max_temp = 50
self._attr_hvac_mode = None
self._attr_hvac_modes = [
HVACMode.COOL,
HVACMode.HEAT,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment