Skip to content

Commit

Permalink
🎨 Reformated Python, JSON and MD files
Browse files Browse the repository at this point in the history
  • Loading branch information
litinoveweedle authored and actions-user committed Jan 19, 2025
1 parent 653b87b commit a34d300
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions custom_components/smartir/smartir_entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a34d300

Please sign in to comment.