mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-09 11:51:58 -04:00
Fix checks
This commit is contained in:
parent
38a67ad64c
commit
20d467a2d5
5 changed files with 7 additions and 10 deletions
|
@ -298,9 +298,8 @@ class HonClimateEntity(HonEntity, ClimateEntity):
|
|||
super().__init__(hass, entry, device, description)
|
||||
|
||||
self._attr_supported_features = (
|
||||
ClimateEntityFeature.TURN_ON
|
||||
| ClimateEntityFeature.TARGET_TEMPERATURE
|
||||
)
|
||||
ClimateEntityFeature.TURN_ON | ClimateEntityFeature.TARGET_TEMPERATURE
|
||||
)
|
||||
|
||||
self._attr_temperature_unit = UnitOfTemperature.CELSIUS
|
||||
self._set_temperature_bound()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue