Use core constants for rflink (#46440)
This commit is contained in:
parent
da4cb6d294
commit
ae45d7dade
6 changed files with 14 additions and 14 deletions
|
@ -2,13 +2,12 @@
|
|||
import voluptuous as vol
|
||||
|
||||
from homeassistant.components.switch import PLATFORM_SCHEMA, SwitchEntity
|
||||
from homeassistant.const import CONF_NAME
|
||||
from homeassistant.const import CONF_DEVICES, CONF_NAME
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
from . import (
|
||||
CONF_ALIASES,
|
||||
CONF_DEVICE_DEFAULTS,
|
||||
CONF_DEVICES,
|
||||
CONF_FIRE_EVENT,
|
||||
CONF_GROUP,
|
||||
CONF_GROUP_ALIASES,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue