Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the generic (IP Camera) integration."""
2 
3 DOMAIN = "generic"
4 DEFAULT_NAME = "Generic Camera"
5 CONF_CONFIRMED_OK = "confirmed_ok"
6 CONF_CONTENT_TYPE = "content_type"
7 CONF_LIMIT_REFETCH_TO_URL_CHANGE = "limit_refetch_to_url_change"
8 CONF_STILL_IMAGE_URL = "still_image_url"
9 CONF_STREAM_SOURCE = "stream_source"
10 CONF_FRAMERATE = "framerate"
11 GET_IMAGE_TIMEOUT = 10