|
"""Constants for the Axis component."""
|
|
import logging
|
|
|
|
LOGGER = logging.getLogger(__package__)
|
|
|
|
DOMAIN = "axis"
|
|
|
|
ATTR_MANUFACTURER = "Axis Communications AB"
|
|
|
|
CONF_CAMERA = "camera"
|
|
CONF_EVENTS = "events"
|
|
CONF_MODEL = "model"
|
|
|
|
DEFAULT_EVENTS = True
|
|
DEFAULT_TRIGGER_TIME = 0
|