Bump aiosomecomfort to 0.0.8 (#88195)

* Update is_aux_heat in runtime

* Fix merge mistake

* Merge fixes 2.0

* Bump aiosomecomfort to 0.0.8
pull/88230/head^2
mkmer 2023-02-16 13:54:26 -05:00 committed by GitHub
parent 8c821c8969
commit d46bbcf5a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 4 deletions

View File

@ -126,7 +126,6 @@ class HoneywellUSThermostat(ClimateEntity):
if device.temperature_unit == "C":
self._attr_temperature_unit = UnitOfTemperature.CELSIUS
self._attr_preset_modes = [PRESET_NONE, PRESET_AWAY, PRESET_HOLD]
self._attr_is_aux_heat = device.system_mode == "emheat"
# not all honeywell HVACs support all modes
@ -262,6 +261,11 @@ class HoneywellUSThermostat(ClimateEntity):
return None
@property
def is_aux_heat(self) -> bool | None:
"""Return true if aux heater."""
return self._device.system_mode == "emheat"
@property
def fan_mode(self) -> str | None:
"""Return the fan setting."""

View File

@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/honeywell",
"iot_class": "cloud_polling",
"loggers": ["somecomfort"],
"requirements": ["aiosomecomfort==0.0.6"]
"requirements": ["aiosomecomfort==0.0.8"]
}

View File

@ -276,7 +276,7 @@ aioskybell==22.7.0
aioslimproto==2.1.1
# homeassistant.components.honeywell
aiosomecomfort==0.0.6
aiosomecomfort==0.0.8
# homeassistant.components.steamist
aiosteamist==0.3.2

View File

@ -254,7 +254,7 @@ aioskybell==22.7.0
aioslimproto==2.1.1
# homeassistant.components.honeywell
aiosomecomfort==0.0.6
aiosomecomfort==0.0.8
# homeassistant.components.steamist
aiosteamist==0.3.2