7 lines
203 B
Python
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'
|