From e706696271b57259fbe4e7266f95d8450893255d Mon Sep 17 00:00:00 2001 From: PeteRager <76050312+PeteRager@users.noreply.github.com> Date: Mon, 30 Jan 2023 22:14:24 -0500 Subject: [PATCH] Nest - Climate shorten line to be less than 88 chars (#86989) Lines to be less than 88 --- homeassistant/components/nest/climate_sdm.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/nest/climate_sdm.py b/homeassistant/components/nest/climate_sdm.py index cebbe67284a..ab0ce20a9a1 100644 --- a/homeassistant/components/nest/climate_sdm.py +++ b/homeassistant/components/nest/climate_sdm.py @@ -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: