Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.generic.const Namespace Reference

Variables

string CONF_CONFIRMED_OK = "confirmed_ok"
 
string CONF_CONTENT_TYPE = "content_type"
 
string CONF_FRAMERATE = "framerate"
 
string CONF_LIMIT_REFETCH_TO_URL_CHANGE = "limit_refetch_to_url_change"
 
string CONF_STILL_IMAGE_URL = "still_image_url"
 
string CONF_STREAM_SOURCE = "stream_source"
 
string DEFAULT_NAME = "Generic Camera"
 
string DOMAIN = "generic"
 
int GET_IMAGE_TIMEOUT = 10
 

Detailed Description

Constants for the generic (IP Camera) integration.

Variable Documentation

◆ CONF_CONFIRMED_OK

string homeassistant.components.generic.const.CONF_CONFIRMED_OK = "confirmed_ok"

Definition at line 5 of file const.py.

◆ CONF_CONTENT_TYPE

string homeassistant.components.generic.const.CONF_CONTENT_TYPE = "content_type"

Definition at line 6 of file const.py.

◆ CONF_FRAMERATE

string homeassistant.components.generic.const.CONF_FRAMERATE = "framerate"

Definition at line 10 of file const.py.

◆ CONF_LIMIT_REFETCH_TO_URL_CHANGE

string homeassistant.components.generic.const.CONF_LIMIT_REFETCH_TO_URL_CHANGE = "limit_refetch_to_url_change"

Definition at line 7 of file const.py.

◆ CONF_STILL_IMAGE_URL

string homeassistant.components.generic.const.CONF_STILL_IMAGE_URL = "still_image_url"

Definition at line 8 of file const.py.

◆ CONF_STREAM_SOURCE

string homeassistant.components.generic.const.CONF_STREAM_SOURCE = "stream_source"

Definition at line 9 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.generic.const.DEFAULT_NAME = "Generic Camera"

Definition at line 4 of file const.py.

◆ DOMAIN

string homeassistant.components.generic.const.DOMAIN = "generic"

Definition at line 3 of file const.py.

◆ GET_IMAGE_TIMEOUT

int homeassistant.components.generic.const.GET_IMAGE_TIMEOUT = 10

Definition at line 11 of file const.py.