Skip to content
Snippets Groups Projects
Unverified Commit b1a7bfee authored by tkdrob's avatar tkdrob Committed by GitHub
Browse files

Clean up kira integration constants (#46390)

parent c75e63dc
No related branches found
No related tags found
No related merge requests found
......@@ -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__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment