String formatting and max line length - Part 6 (#84525)
This commit is contained in:
parent
ac1359b3d8
commit
8819634b61
51 changed files with 238 additions and 102 deletions
|
@ -291,8 +291,10 @@ class VenstarThermostat(VenstarEntity, ClimateEntity):
|
|||
else:
|
||||
success = False
|
||||
_LOGGER.error(
|
||||
"The thermostat is currently not in a mode "
|
||||
"that supports target temperature: %s",
|
||||
(
|
||||
"The thermostat is currently not in a mode "
|
||||
"that supports target temperature: %s"
|
||||
),
|
||||
operation_mode,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue