Namespaces | |
| config_flow | |
| const | |
| server | |
Classes | |
| class | WebRTCProvider |
Functions | |
| str|None | _get_binary (HomeAssistant hass) |
| None | _remove_go2rtc_entries (HomeAssistant hass) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| tuple | _RETRYABLE_ERRORS = (ClientConnectionError, ServerConnectionError) |
| _SUPPORTED_STREAMS | |
| CONFIG_SCHEMA | |
The go2rtc component.
|
private |
Return the binary path if found.
Definition at line 201 of file __init__.py.
|
private |
Remove go2rtc config entries, if any.
Definition at line 148 of file __init__.py.
| bool homeassistant.components.go2rtc.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up WebRTC.
Definition at line 103 of file __init__.py.
| bool homeassistant.components.go2rtc.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up go2rtc from a config entry.
Definition at line 154 of file __init__.py.
| bool homeassistant.components.go2rtc.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a go2rtc config entry.
Definition at line 196 of file __init__.py.
|
private |
Definition at line 55 of file __init__.py.
|
private |
Definition at line 100 of file __init__.py.
|
private |
Definition at line 57 of file __init__.py.
| homeassistant.components.go2rtc.CONFIG_SCHEMA |
Definition at line 87 of file __init__.py.