diff --git a/custom_components/smartir/smartir_entity.py b/custom_components/smartir/smartir_entity.py index 08545753..dc190a27 100644 --- a/custom_components/smartir/smartir_entity.py +++ b/custom_components/smartir/smartir_entity.py @@ -5,11 +5,7 @@ import voluptuous as vol from homeassistant.core import HomeAssistant, Event, EventStateChangedData, callback from homeassistant.components.climate import PLATFORM_SCHEMA -from homeassistant.const import ( - CONF_NAME, - STATE_ON, - STATE_OFF -) +from homeassistant.const import CONF_NAME, STATE_ON, STATE_OFF from homeassistant.helpers.event import async_track_state_change_event, async_call_later import homeassistant.helpers.config_validation as cv from homeassistant.helpers.typing import ConfigType