mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-09 11:51:58 -04:00
Fix mypy checks
This commit is contained in:
parent
3aadb840ab
commit
f007777689
6 changed files with 12 additions and 11 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue