From 11c4609f82e88e8ecd8c508fd44c829a3675da47 Mon Sep 17 00:00:00 2001 From: Grant Holliday Date: Sat, 28 Nov 2020 17:20:10 +1100 Subject: [PATCH] style fixups2 --- wideq/ac.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wideq/ac.py b/wideq/ac.py index 9bb67c3..3ce6a39 100644 --- a/wideq/ac.py +++ b/wideq/ac.py @@ -319,8 +319,8 @@ class ACDevice(Device): value = self._get_config('OutTotalInstantPower') return value['OutTotalInstantPower'] except InvalidRequestError: - # Device does not support outdoor unit instant power usage - return 0 + # Device does not support outdoor unit instant power usage + return 0 def get_power(self): """Get the instant power usage in watts of the whole unit"""