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

Classes

class  NestCameraBaseEntity
 
class  NestRTSPEntity
 
class  NestWebRTCEntity
 
class  StreamRefresh
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
float BACKOFF_MULTIPLIER = 1.5
 
 MAX_REFRESH_BACKOFF_INTERVAL = datetime.timedelta(minutes=10)
 
 MIN_REFRESH_BACKOFF_INTERVAL = datetime.timedelta(minutes=1)
 
string PLACEHOLDER = Path(__file__).parent / "placeholder.png"
 
 STREAM_EXPIRATION_BUFFER = datetime.timedelta(seconds=30)
 

Detailed Description

Support for Google Nest SDM Cameras.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.nest.camera.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up the cameras.

Definition at line 55 of file camera.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 42 of file camera.py.

◆ BACKOFF_MULTIPLIER

float homeassistant.components.nest.camera.BACKOFF_MULTIPLIER = 1.5

Definition at line 52 of file camera.py.

◆ MAX_REFRESH_BACKOFF_INTERVAL

homeassistant.components.nest.camera.MAX_REFRESH_BACKOFF_INTERVAL = datetime.timedelta(minutes=10)

Definition at line 51 of file camera.py.

◆ MIN_REFRESH_BACKOFF_INTERVAL

homeassistant.components.nest.camera.MIN_REFRESH_BACKOFF_INTERVAL = datetime.timedelta(minutes=1)

Definition at line 50 of file camera.py.

◆ PLACEHOLDER

string homeassistant.components.nest.camera.PLACEHOLDER = Path(__file__).parent / "placeholder.png"

Definition at line 44 of file camera.py.

◆ STREAM_EXPIRATION_BUFFER

homeassistant.components.nest.camera.STREAM_EXPIRATION_BUFFER = datetime.timedelta(seconds=30)

Definition at line 47 of file camera.py.