We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f294be8 commit 886a94dCopy full SHA for 886a94d
src/pymelcloud/ata_device.py
@@ -212,7 +212,7 @@ def has_outdoor_temperature(self) -> bool:
212
"""Return True if the device has an outdoor temperature sensor."""
213
if self._device_conf.get("HideOutdoorTemperature", False):
214
return False
215
- return self._device_conf.get("Device", {}).get("HasOutdoorTemperature", False):
+ return self._device_conf.get("Device", {}).get("HasOutdoorTemperature", False)
216
217
@property
218
def outdoor_temperature(self) -> Optional[float]:
0 commit comments