hass-core/homeassistant/components/unifi/const.py
Fabian Affolter 127c55e0c1
Update file header (#21023)
* Update file header

* Update file header

* Update file header

* Update file header

* Update file header

* Fix lint issues
2019-02-13 21:21:14 +01:00

11 lines
255 B
Python

"""Constants for the UniFi component."""
import logging
LOGGER = logging.getLogger('homeassistant.components.unifi')
DOMAIN = 'unifi'
CONTROLLER_ID = '{host}-{site}'
CONF_CONTROLLER = 'controller'
CONF_POE_CONTROL = 'poe_control'
CONF_SITE_ID = 'site'