From 6067be6f499da37d71edb2af8952ebb8ac0700b1 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:16:29 +0100 Subject: [PATCH] Improve type hints in lightwave climate (#165179) --- homeassistant/components/lightwave/climate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/lightwave/climate.py b/homeassistant/components/lightwave/climate.py index 942fb4a1fbc0..136486f24926 100644 --- a/homeassistant/components/lightwave/climate.py +++ b/homeassistant/components/lightwave/climate.py @@ -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