File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -271,13 +271,13 @@ class SenseHysteresisConfig:
271271
272272 Attributes:
273273 humidity_enabled: bool | None: enable humidity hysteresis
274- humidity_upper_bound: float | None: upper humidity switching value
275- humidity_lower_bound: float | None: lower humidity switching value
276- humidity_direction: bool | None: True switch ON when humidity rises, False switch OFF when humidity rises
274+ humidity_upper_bound: float | None: upper humidity switching threshold (%RH)
275+ humidity_lower_bound: float | None: lower humidity switching threshold (%RH)
276+ humidity_direction: bool | None: True = switch ON when humidity rises; False = switch OFF when humidity rises
277277 temperature_enabled: bool | None: enable temperature hysteresis
278- temperature_upper_bound: float | None: upper temperature switching value
279- temperature_lower_bound: float | None: lower temperature switching value
280- temperature_direction: bool | None: True switch ON when temperature rises, False switch OFF when temperature rises
278+ temperature_upper_bound: float | None: upper temperature switching threshold (°C)
279+ temperature_lower_bound: float | None: lower temperature switching threshold (°C)
280+ temperature_direction: bool | None: True = switch ON when temperature rises; False = switch OFF when temperature rises
281281 dirty: bool: Settings changed, device update pending
282282
283283 Notes:
You can’t perform that action at this time.
0 commit comments