Home Assistant Unofficial Reference 2024.12.1
camera.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.blink.camera.BlinkCamera
 

Namespaces

 

Functions

None homeassistant.components.blink.camera.async_setup_entry (HomeAssistant hass, BlinkConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.blink.camera._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.blink.camera.ATTR_IMAGE = "image"
 
string homeassistant.components.blink.camera.ATTR_VIDEO_CLIP = "video"
 
int homeassistant.components.blink.camera.PARALLEL_UPDATES = 1