From 5088ab0cea5699edc321e0f6f334e682f98cd5ae Mon Sep 17 00:00:00 2001 From: Julien Staub Date: Sun, 8 Dec 2024 11:49:07 +0100 Subject: [PATCH] fix typo in a comment --- zha/application/platforms/climate/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zha/application/platforms/climate/__init__.py b/zha/application/platforms/climate/__init__.py index c0ba9851b..fde530d67 100644 --- a/zha/application/platforms/climate/__init__.py +++ b/zha/application/platforms/climate/__init__.py @@ -144,7 +144,7 @@ def info_object(self) -> ThermostatEntityInfo: @property def state(self) -> dict[str, Any]: - """Get the state of the lock.""" + """Get the state of the thermostat.""" thermostat = self._thermostat_cluster_handler system_mode = SYSTEM_MODE_2_HVAC.get(thermostat.system_mode, "unknown")