mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Clean up kira integration constants (#46390)
This commit is contained in:
parent
c75e63dc95
commit
b1a7bfee14
@ -6,9 +6,7 @@ from homeassistant.components import remote
|
||||
from homeassistant.const import CONF_DEVICE, CONF_NAME
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
from . import CONF_REMOTE
|
||||
|
||||
DOMAIN = "kira"
|
||||
from . import CONF_REMOTE, DOMAIN
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -4,9 +4,7 @@ import logging
|
||||
from homeassistant.const import CONF_DEVICE, CONF_NAME, STATE_UNKNOWN
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
from . import CONF_SENSOR
|
||||
|
||||
DOMAIN = "kira"
|
||||
from . import CONF_SENSOR, DOMAIN
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user