Fix Tuya integration for climate devices (#60229)
This commit is contained in:
parent
28da8c474c
commit
a7c44d89e1
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ class IntegerTypeData:
|
|||
scale: float
|
||||
step: float
|
||||
unit: str | None = None
|
||||
type: str | None = None
|
||||
|
||||
@property
|
||||
def max_scaled(self) -> float:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue