Fix checks

This commit is contained in:
Andre Basche 2024-03-18 01:16:18 +01:00
parent 38a67ad64c
commit 20d467a2d5
5 changed files with 7 additions and 10 deletions

View file

@ -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()