"""Constants for the deCONZ component.""" import logging _LOGGER = logging.getLogger('homeassistant.components.deconz') DOMAIN = 'deconz' CONFIG_FILE = 'deconz.conf' DATA_DECONZ_ID = 'deconz_entities'