hass-core/homeassistant/components/igd/const.py
2018-08-30 17:41:11 +02:00

7 lines
203 B
Python

"""Constants for the IGD component."""
import logging
DOMAIN = 'igd'
LOGGER = logging.getLogger('homeassistant.components.igd')
CONF_ENABLE_PORT_MAPPING = 'port_forward'
CONF_ENABLE_SENSORS = 'sensors'