mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Nest - Climate shorten line to be less than 88 chars (#86989)
Lines to be less than 88
This commit is contained in:
parent
53638ba138
commit
e706696271
@ -305,7 +305,8 @@ class ThermostatEntity(ClimateEntity):
|
||||
temp = kwargs.get(ATTR_TEMPERATURE)
|
||||
if ThermostatTemperatureSetpointTrait.NAME not in self._device.traits:
|
||||
raise HomeAssistantError(
|
||||
f"Error setting {self.entity_id} temperature to {kwargs}: Unable to find setpoint trait."
|
||||
f"Error setting {self.entity_id} temperature to {kwargs}: "
|
||||
"Unable to find setpoint trait."
|
||||
)
|
||||
trait = self._device.traits[ThermostatTemperatureSetpointTrait.NAME]
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user