File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -206,10 +206,10 @@ class JipLisaTomSensors(TypedDict, total=False):
206206 """Tom sensors class."""
207207
208208 battery : int
209- humidity : int
210- setpoint : float
211- setpoint_high : float
212- setpoint_low : float
209+ humidity : int # Jip only
210+ setpoint : float # heat or cool
211+ setpoint_high : float # heat_cool
212+ setpoint_low : float # heat_cool
213213 temperature : float
214214 temperature_difference : float
215215 valve_position : float
@@ -240,9 +240,9 @@ class ThermostatDict(TypedDict, total=False):
240240
241241 lower_bound : float
242242 resolution : float
243- setpoint : float
244- setpoint_high : float
245- setpoint_low : float
243+ setpoint : float # heat or cool
244+ setpoint_high : float # heat_cool
245+ setpoint_low : float # heat_cool
246246 upper_bound : float
247247
248248
You can’t perform that action at this time.
0 commit comments