Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for Foscam component."""
2 
3 import logging
4 
5 LOGGER = logging.getLogger(__package__)
6 
7 DOMAIN = "foscam"
8 
9 CONF_RTSP_PORT = "rtsp_port"
10 CONF_STREAM = "stream"
11 
12 SERVICE_PTZ = "ptz"
13 SERVICE_PTZ_PRESET = "ptz_preset"