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" |
Component providing support to the Ring Door Bell camera.
| None homeassistant.components.ring.camera.async_setup_entry | ( | HomeAssistant | hass, |
| RingConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
|
private |
| homeassistant.components.ring.camera.FORCE_REFRESH_INTERVAL = timedelta(minutes=3) |