Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.qvr_pro.camera Namespace Reference

Classes

class  QVRProCamera
 

Functions

def get_stream_source (guid, client)
 
None setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for QVR Pro streams.

Function Documentation

◆ get_stream_source()

def homeassistant.components.qvr_pro.camera.get_stream_source (   guid,
  client 
)
Get channel stream source.

Definition at line 42 of file camera.py.

◆ setup_platform()

None homeassistant.components.qvr_pro.camera.setup_platform ( HomeAssistant  hass,
ConfigType  config,
AddEntitiesCallback  add_entities,
DiscoveryInfoType | None   discovery_info = None 
)
Set up the QVR Pro camera platform.

Definition at line 19 of file camera.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.qvr_pro.camera._LOGGER = logging.getLogger(__name__)
private

Definition at line 16 of file camera.py.