mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Add AirTouch5 cover (#122462)
* AirTouch5 - add cover Each zone has a damper that can be controlled as a cover. * remove unused assignment * remove opinionated feature support * Revert "remove unused assignment" This reverts commit b4205a60a22ae3869436229b4a45547348496d39. * ruff formatting changes * git push translation and refactor
This commit is contained in:
@@ -121,6 +121,7 @@ class Airtouch5ClimateEntity(ClimateEntity, Airtouch5Entity):
|
||||
"""Base class for Airtouch5 Climate Entities."""
|
||||
|
||||
_attr_temperature_unit = UnitOfTemperature.CELSIUS
|
||||
_attr_translation_key = DOMAIN
|
||||
_attr_target_temperature_step = 1
|
||||
_attr_name = None
|
||||
_enable_turn_on_off_backwards_compatibility = False
|
||||
|
||||
Reference in New Issue
Block a user