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

remove trailing whitespace to address flake report

This commit is contained in:
David 2020-01-22 13:35:35 -05:00
parent 547f666118
commit 25479802e8

View File

@ -269,8 +269,8 @@ class ACDevice(Device):
return value == '0' # Seems backwards, but isn't.
except FailedRequestError:
# Device does not support reporting display light status
# Since it's probably not changablem the it must be on
return True
# Since it's probably not changable the it must be on
return True
def get_volume(self):
"""Get the speaker volume level."""