mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Black
This commit is contained in:
@@ -3,10 +3,10 @@ import logging
|
||||
|
||||
LOGGER = logging.getLogger(__package__)
|
||||
|
||||
DOMAIN = 'axis'
|
||||
DOMAIN = "axis"
|
||||
|
||||
CONF_CAMERA = 'camera'
|
||||
CONF_EVENTS = 'events'
|
||||
CONF_MODEL = 'model'
|
||||
CONF_CAMERA = "camera"
|
||||
CONF_EVENTS = "events"
|
||||
CONF_MODEL = "model"
|
||||
|
||||
DEFAULT_TRIGGER_TIME = 0
|
||||
|
||||
Reference in New Issue
Block a user