Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| entity | |
| errors | |
| remote | |
| sensor | |
Functions | |
| None | async_handle_unload (MadVRCoordinator coordinator) |
| bool | async_setup_entry (HomeAssistant hass, MadVRConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, MadVRConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| MadVRConfigEntry | |
The madvr-envy integration.
| None homeassistant.components.madvr.async_handle_unload | ( | MadVRCoordinator | coordinator | ) |
Handle unload.
Definition at line 23 of file __init__.py.
| bool homeassistant.components.madvr.async_setup_entry | ( | HomeAssistant | hass, |
| MadVRConfigEntry | entry | ||
| ) |
Set up the integration from a config entry.
Definition at line 33 of file __init__.py.
| bool homeassistant.components.madvr.async_unload_entry | ( | HomeAssistant | hass, |
| MadVRConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 62 of file __init__.py.
|
private |
Definition at line 20 of file __init__.py.
| homeassistant.components.madvr.MadVRConfigEntry |
Definition at line 18 of file __init__.py.