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) | |
The MJPEG IP Camera integration.
| 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.
| 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.
| 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.
| bool homeassistant.components.mjpeg.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 38 of file __init__.py.
|
private |
Definition at line 12 of file __init__.py.
| homeassistant.components.mjpeg.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 19 of file __init__.py.