1
mirror of https://github.com/home-assistant/core synced 2024-08-31 05:57:13 +02:00

Clean up kira integration constants (#46390)

This commit is contained in:
tkdrob 2021-02-11 07:59:09 -05:00 committed by GitHub
parent c75e63dc95
commit b1a7bfee14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View File

@ -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__)

View File

@ -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__)