Namespaces | |
| binary_sensor | |
| button | |
| config_flow | |
| const | |
| device_tracker | |
| entity | |
| notify | |
| select | |
| sensor | |
| switch | |
| utils | |
Classes | |
| class | HuaweiLteData |
| class | Router |
Functions | |
| bool | async_migrate_entry (HomeAssistant hass, ConfigEntry config_entry) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry config_entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
| NOTIFY_SCHEMA | |
| list | PLATFORMS |
| SCAN_INTERVAL = timedelta(seconds=10) | |
| SERVICE_SCHEMA = vol.Schema({vol.Optional(CONF_URL): cv.url}) | |
Support for Huawei LTE routers.
| bool homeassistant.components.huawei_lte.async_migrate_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Migrate config entry to new version.
Definition at line 553 of file __init__.py.
| bool homeassistant.components.huawei_lte.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up Huawei LTE component.
Definition at line 497 of file __init__.py.
| bool homeassistant.components.huawei_lte.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Huawei LTE component from config entry.
Definition at line 329 of file __init__.py.
| bool homeassistant.components.huawei_lte.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Unload config entry.
Definition at line 484 of file __init__.py.
|
private |
Definition at line 89 of file __init__.py.
| homeassistant.components.huawei_lte.CONFIG_SCHEMA |
Definition at line 105 of file __init__.py.
| homeassistant.components.huawei_lte.NOTIFY_SCHEMA |
Definition at line 93 of file __init__.py.
| list homeassistant.components.huawei_lte.PLATFORMS |
Definition at line 126 of file __init__.py.
| homeassistant.components.huawei_lte.SCAN_INTERVAL = timedelta(seconds=10) |
Definition at line 91 of file __init__.py.
| homeassistant.components.huawei_lte.SERVICE_SCHEMA = vol.Schema({vol.Optional(CONF_URL): cv.url}) |
Definition at line 124 of file __init__.py.