core/homeassistant/components/axis/const.py

13 lines
207 B
Python
Raw Normal View History

"""Constants for the Axis component."""
import logging
LOGGER = logging.getLogger(__package__)
2019-07-31 19:25:30 +00:00
DOMAIN = "axis"
2019-07-31 19:25:30 +00:00
CONF_CAMERA = "camera"
CONF_EVENTS = "events"
CONF_MODEL = "model"
DEFAULT_TRIGGER_TIME = 0