1
0
mirror of https://github.com/no2chem/wideq.git synced 2025-05-16 15:20:09 -07:00

style fixups2

This commit is contained in:
Grant Holliday 2020-11-28 17:20:10 +11:00
parent cc4255f39f
commit 11c4609f82

View File

@ -319,7 +319,7 @@ class ACDevice(Device):
value = self._get_config('OutTotalInstantPower')
return value['OutTotalInstantPower']
except InvalidRequestError:
# Device does not support outdoor unit instant power usage
# Device does not support outdoor unit instant power usage
return 0
def get_power(self):