mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 06:47:09 +00:00
Fix Tuya integration for climate devices (#60229)
This commit is contained in:
parent
28da8c474c
commit
a7c44d89e1
@ -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…
x
Reference in New Issue
Block a user