core/homeassistant/components/axis/const.py

16 lines
275 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"
ATTR_MANUFACTURER = "Axis Communications AB"
2019-07-31 19:25:30 +00:00
CONF_CAMERA = "camera"
CONF_EVENTS = "events"
CONF_MODEL = "model"
DEFAULT_EVENTS = True
DEFAULT_TRIGGER_TIME = 0