Home Assistant Unofficial Reference 2024.12.1
camera.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.push.camera.PushCamera
 

Namespaces

 homeassistant.components.push.camera
 

Functions

None homeassistant.components.push.camera.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 
None homeassistant.components.push.camera.handle_webhook (HomeAssistant hass, str webhook_id, web.Request request)
 

Variables

 homeassistant.components.push.camera._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.push.camera.ATTR_FILENAME = "filename"
 
string homeassistant.components.push.camera.ATTR_LAST_TRIP = "last_trip"
 
string homeassistant.components.push.camera.CONF_BUFFER_SIZE = "buffer"
 
string homeassistant.components.push.camera.CONF_IMAGE_FIELD = "field"
 
string homeassistant.components.push.camera.DEFAULT_NAME = "Push Camera"
 
 homeassistant.components.push.camera.PLATFORM_SCHEMA
 
string homeassistant.components.push.camera.PUSH_CAMERA_DATA = "push_camera"