From f7d8e4e7b901a2b2d7b956b97ef883219ba6bc60 Mon Sep 17 00:00:00 2001 From: Wilbert Date: Wed, 7 May 2025 13:06:07 +0200 Subject: [PATCH] Add typing to smartthings climate target_temperature_low (#143713) Fix climate target_temperature_low --- homeassistant/components/smartthings/climate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/smartthings/climate.py b/homeassistant/components/smartthings/climate.py index f2f9479584c..c594ca237a4 100644 --- a/homeassistant/components/smartthings/climate.py +++ b/homeassistant/components/smartthings/climate.py @@ -307,7 +307,7 @@ class SmartThingsThermostat(SmartThingsEntity, ClimateEntity): return None @property - def target_temperature_low(self): + def target_temperature_low(self) -> float | None: """Return the lowbound target temperature we try to reach.""" if self.hvac_mode == HVACMode.HEAT_COOL: return self.get_attribute_value(