mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Fix Tuya integration for climate devices (#60229)
This commit is contained in:
@@ -26,6 +26,7 @@ class IntegerTypeData:
|
||||
scale: float
|
||||
step: float
|
||||
unit: str | None = None
|
||||
type: str | None = None
|
||||
|
||||
@property
|
||||
def max_scaled(self) -> float:
|
||||
|
Reference in New Issue
Block a user