Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.motioneye
 

Functions

None homeassistant.components.motioneye._add_camera (HomeAssistant hass, dr.DeviceRegistry device_registry, MotionEyeClient client, ConfigEntry entry, int camera_id, dict[str, Any] camera, tuple[str, str] device_identifier)
 
None homeassistant.components.motioneye._async_entry_updated (HomeAssistant hass, ConfigEntry config_entry)
 
dict[str, str] homeassistant.components.motioneye._get_media_event_data (HomeAssistant hass, dr.DeviceEntry device, str event_file_path, int event_file_type)
 
str|None homeassistant.components.motioneye.async_generate_motioneye_webhook (HomeAssistant hass, str webhook_id)
 
bool homeassistant.components.motioneye.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.motioneye.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
MotionEyeClient homeassistant.components.motioneye.create_motioneye_client (*Any args, **Any kwargs)
 
dict[str, Any]|None homeassistant.components.motioneye.get_camera_from_cameras (int camera_id, dict[str, Any]|None data)
 
str|None homeassistant.components.motioneye.get_media_url (MotionEyeClient client, int camera_id, str path, bool image)
 
tuple[str, str] homeassistant.components.motioneye.get_motioneye_device_identifier (str config_entry_id, int camera_id)
 
Response|None homeassistant.components.motioneye.handle_webhook (HomeAssistant hass, str webhook_id, Request request)
 
bool homeassistant.components.motioneye.is_acceptable_camera (dict[str, Any]|None camera)
 
None homeassistant.components.motioneye.listen_for_new_cameras (HomeAssistant hass, ConfigEntry entry, Callable add_func)
 
tuple[str, str, int]|None homeassistant.components.motioneye.split_motioneye_device_identifier (tuple[str, str] identifier)
 

Variables

 homeassistant.components.motioneye._LOGGER = logging.getLogger(__name__)
 
list homeassistant.components.motioneye.PLATFORMS = [CAMERA_DOMAIN, SENSOR_DOMAIN, SWITCH_DOMAIN]