Skip to content

Commit

Permalink
refactor(binary_sensor): formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zachowj committed Oct 4, 2024
1 parent 5c3e865 commit 62b6211
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions custom_components/nodered/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@

from homeassistant.components.binary_sensor import BinarySensorEntity
from homeassistant.components.lock import LockState
from homeassistant.const import (
CONF_STATE,
STATE_HOME,
STATE_ON,
STATE_OPEN,
)
from homeassistant.const import CONF_STATE, STATE_HOME, STATE_ON, STATE_OPEN
from homeassistant.helpers.dispatcher import async_dispatcher_connect

from . import NodeRedEntity
Expand Down

0 comments on commit 62b6211

Please sign in to comment.