hass-core/homeassistant/components/igd/const.py

8 lines
203 B
Python
Raw Normal View History

2018-08-17 21:28:29 +02:00
"""Constants for the IGD component."""
import logging
DOMAIN = 'igd'
LOGGER = logging.getLogger('homeassistant.components.igd')
2018-08-30 16:38:43 +02:00
CONF_ENABLE_PORT_MAPPING = 'port_forward'
CONF_ENABLE_SENSORS = 'sensors'