From c05d3c10db6aa41c8972f0f0120550f5986a44c8 Mon Sep 17 00:00:00 2001 From: Robert Svensson Date: Mon, 3 Oct 2022 11:06:13 +0200 Subject: [PATCH] Address late comment to deCONZ climate (#79485) Fix late comment to deCONZ climate #59989 --- homeassistant/components/deconz/climate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/deconz/climate.py b/homeassistant/components/deconz/climate.py index 0d13f2639da..c5b9571ed34 100644 --- a/homeassistant/components/deconz/climate.py +++ b/homeassistant/components/deconz/climate.py @@ -174,7 +174,7 @@ class DeconzThermostat(DeconzDevice[Thermostat], ClimateEntity): ) @property - def hvac_action(self) -> str | None: + def hvac_action(self) -> HVACAction: """Return current hvac operation ie. heat, cool. Preset 'BOOST' is interpreted as 'state_on'.