Log lines do not end with a full stop (#37527)
This commit is contained in:
parent
01fd33f173
commit
53545c984b
154 changed files with 254 additions and 261 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue