Home Assistant Unofficial Reference 2024.12.1
camera.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.vivotek.camera.VivotekCam
 

Namespaces

 homeassistant.components.vivotek.camera
 

Functions

None homeassistant.components.vivotek.camera.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

string homeassistant.components.vivotek.camera.CONF_FRAMERATE = "framerate"
 
string homeassistant.components.vivotek.camera.CONF_SECURITY_LEVEL = "security_level"
 
string homeassistant.components.vivotek.camera.CONF_STREAM_PATH = "stream_path"
 
string homeassistant.components.vivotek.camera.DEFAULT_CAMERA_BRAND = "VIVOTEK"
 
string homeassistant.components.vivotek.camera.DEFAULT_EVENT_0_KEY = "event_i0_enable"
 
string homeassistant.components.vivotek.camera.DEFAULT_NAME = "VIVOTEK Camera"
 
string homeassistant.components.vivotek.camera.DEFAULT_SECURITY_LEVEL = "admin"
 
string homeassistant.components.vivotek.camera.DEFAULT_STREAM_SOURCE = "live.sdp"
 
 homeassistant.components.vivotek.camera.PLATFORM_SCHEMA