mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 17:04:04 -04:00
Improve type hints in lightwave climate (#165179)
This commit is contained in:
@@ -90,7 +90,7 @@ class LightwaveTrv(ClimateEntity):
|
||||
self._attr_hvac_action = HVACAction.OFF
|
||||
|
||||
@property
|
||||
def target_temperature(self):
|
||||
def target_temperature(self) -> float | None:
|
||||
"""Target room temperature."""
|
||||
if self._inhibit > 0:
|
||||
# If we get an update before the new temp has
|
||||
|
||||
Reference in New Issue
Block a user