mirror of
https://github.com/Andre0512/hon.git
synced 2026-06-19 19:16:53 +02:00
Fix checks
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user