Use core constants for rflink (#46440)
This commit is contained in:
parent
da4cb6d294
commit
ae45d7dade
6 changed files with 14 additions and 14 deletions
|
@ -6,11 +6,16 @@ from homeassistant.components.binary_sensor import (
|
|||
PLATFORM_SCHEMA,
|
||||
BinarySensorEntity,
|
||||
)
|
||||
from homeassistant.const import CONF_DEVICE_CLASS, CONF_FORCE_UPDATE, CONF_NAME
|
||||
from homeassistant.const import (
|
||||
CONF_DEVICE_CLASS,
|
||||
CONF_DEVICES,
|
||||
CONF_FORCE_UPDATE,
|
||||
CONF_NAME,
|
||||
)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
import homeassistant.helpers.event as evt
|
||||
|
||||
from . import CONF_ALIASES, CONF_DEVICES, RflinkDevice
|
||||
from . import CONF_ALIASES, RflinkDevice
|
||||
|
||||
CONF_OFF_DELAY = "off_delay"
|
||||
DEFAULT_FORCE_UPDATE = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue