Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| nasweb_data | |
| switch | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, NASwebConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, NASwebConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | NASWEB_CONFIG_URL = "https://{host}/page" |
| NASwebConfigEntry | |
The NASweb integration.
| bool homeassistant.components.nasweb.async_setup_entry | ( | HomeAssistant | hass, |
| NASwebConfigEntry | entry | ||
| ) |
Set up NASweb from a config entry.
Definition at line 31 of file __init__.py.
| bool homeassistant.components.nasweb.async_unload_entry | ( | HomeAssistant | hass, |
| NASwebConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 111 of file __init__.py.
|
private |
Definition at line 26 of file __init__.py.
| string homeassistant.components.nasweb.NASWEB_CONFIG_URL = "https://{host}/page" |
Definition at line 24 of file __init__.py.
| homeassistant.components.nasweb.NASwebConfigEntry |
Definition at line 27 of file __init__.py.