hass-core/homeassistant/components/axis/const.py
Steven Looman 6e7a7ba4a0 Fix upnp logger name (#23724)
* Fix upnp logger name

* Fix more loggers
2019-05-07 15:52:48 -07:00

12 lines
207 B
Python

"""Constants for the Axis component."""
import logging
LOGGER = logging.getLogger(__package__)
DOMAIN = 'axis'
CONF_CAMERA = 'camera'
CONF_EVENTS = 'events'
CONF_MODEL = 'model'
DEFAULT_TRIGGER_TIME = 0