Fix Tuya integration for climate devices (#60229)

This commit is contained in:
Kamil Doległo 2021-11-23 23:33:36 +01:00 committed by GitHub
parent 28da8c474c
commit a7c44d89e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,7 @@ class IntegerTypeData:
scale: float
step: float
unit: str | None = None
type: str | None = None
@property
def max_scaled(self) -> float: