Skip to content

Commit

Permalink
fix typo in a comment (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
atsju authored Jan 27, 2025
1 parent 79e8f50 commit ec12734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zha/application/platforms/climate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit ec12734

Please sign in to comment.