Log lines do not end with a full stop (#37527)

This commit is contained in:
Franck Nijhof 2020-07-05 23:04:19 +02:00 committed by GitHub
parent 01fd33f173
commit 53545c984b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
154 changed files with 254 additions and 261 deletions

View file

@ -254,7 +254,7 @@ class WinkThermostat(WinkDevice, ClimateEntity):
except KeyError:
_LOGGER.error(
"Invalid operation mode mapping. %s doesn't map. "
"Please report this.",
"Please report this",
mode,
)
return hvac_list
@ -457,7 +457,7 @@ class WinkAC(WinkDevice, ClimateEntity):
except KeyError:
_LOGGER.error(
"Invalid operation mode mapping. %s doesn't map. "
"Please report this.",
"Please report this",
mode,
)
return hvac_list