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

Classes

class  RingCam
 
class  RingCameraEntityDescription
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
 FORCE_REFRESH_INTERVAL = timedelta(minutes=3)
 
string MOTION_DETECTION_CAPABILITY = "motion_detection"
 

Detailed Description

Component providing support to the Ring Door Bell camera.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.ring.camera.async_setup_entry ( HomeAssistant  hass,
RingConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up a Ring Door Bell and StickUp Camera.

Definition at line 71 of file camera.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 40 of file camera.py.

◆ FORCE_REFRESH_INTERVAL

homeassistant.components.ring.camera.FORCE_REFRESH_INTERVAL = timedelta(minutes=3)

Definition at line 37 of file camera.py.

◆ MOTION_DETECTION_CAPABILITY

string homeassistant.components.ring.camera.MOTION_DETECTION_CAPABILITY = "motion_detection"

Definition at line 38 of file camera.py.