1
mirror of https://github.com/home-assistant/core synced 2024-10-13 14:52:10 +02:00
ha-core/homeassistant/components/axis/const.py
Paulus Schoutsen 4de97abc3a Black
2019-07-31 12:25:30 -07:00

13 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