mirror of
https://github.com/Andre0512/hon.git
synced 2026-06-19 18:16:53 +02:00
Fix mypy checks
This commit is contained in:
@@ -31,12 +31,12 @@ from .hon import HonEntity
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@dataclass
|
||||
@dataclass(frozen=True)
|
||||
class HonACClimateEntityDescription(ClimateEntityDescription):
|
||||
pass
|
||||
|
||||
|
||||
@dataclass
|
||||
@dataclass(frozen=True)
|
||||
class HonClimateEntityDescription(ClimateEntityDescription):
|
||||
mode: HVACMode = HVACMode.AUTO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user