Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.mjpeg Namespace Reference

Namespaces

 camera
 
 config_flow
 
 const
 
 util
 

Functions

None async_reload_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_setup (HomeAssistant hass, ConfigType config)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

list __all__
 
 CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
 

Detailed Description

The MJPEG IP Camera integration.

Function Documentation

◆ async_reload_entry()

None homeassistant.components.mjpeg.async_reload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Reload the config entry when it changed.

Definition at line 43 of file __init__.py.

◆ async_setup()

bool homeassistant.components.mjpeg.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the MJPEG IP Camera integration.

Definition at line 22 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.mjpeg.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up from a config entry.

Definition at line 28 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.mjpeg.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 38 of file __init__.py.

Variable Documentation

◆ __all__

list homeassistant.components.mjpeg.__all__
private
Initial value:
1 = [
2  "CONF_MJPEG_URL",
3  "CONF_STILL_IMAGE_URL",
4  "MjpegCamera",
5  "filter_urllib3_logging",
6 ]

Definition at line 12 of file __init__.py.

◆ CONFIG_SCHEMA

homeassistant.components.mjpeg.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)

Definition at line 19 of file __init__.py.