mirror of
https://github.com/home-assistant/core.git
synced 2025-05-31 03:07:06 +00:00
12 lines
192 B
Python
12 lines
192 B
Python
"""Constants for Foscam component."""
|
|
import logging
|
|
|
|
LOGGER = logging.getLogger(__package__)
|
|
|
|
DOMAIN = "foscam"
|
|
|
|
CONF_STREAM = "stream"
|
|
|
|
SERVICE_PTZ = "ptz"
|
|
SERVICE_PTZ_PRESET = "ptz_preset"
|