Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| notify | |
| sensor | |
| services | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, NetgearLTEConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, NetgearLTEConfigEntry entry) |
Variables | |
| list | ALL_BINARY_SENSORS |
| list | ALL_SENSORS |
| CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) | |
| string | EVENT_SMS = "netgear_lte_sms" |
| NetgearLTEConfigEntry | |
| list | PLATFORMS |
Support for Netgear LTE modems.
| bool homeassistant.components.netgear_lte.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up Netgear LTE component.
Definition at line 63 of file __init__.py.
| bool homeassistant.components.netgear_lte.async_setup_entry | ( | HomeAssistant | hass, |
| NetgearLTEConfigEntry | entry | ||
| ) |
Set up Netgear LTE from a config entry.
Definition at line 70 of file __init__.py.
| bool homeassistant.components.netgear_lte.async_unload_entry | ( | HomeAssistant | hass, |
| NetgearLTEConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 118 of file __init__.py.
| list homeassistant.components.netgear_lte.ALL_BINARY_SENSORS |
Definition at line 47 of file __init__.py.
| list homeassistant.components.netgear_lte.ALL_SENSORS |
Definition at line 31 of file __init__.py.
| homeassistant.components.netgear_lte.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) |
Definition at line 60 of file __init__.py.
| string homeassistant.components.netgear_lte.EVENT_SMS = "netgear_lte_sms" |
Definition at line 29 of file __init__.py.
| homeassistant.components.netgear_lte.NetgearLTEConfigEntry |
Definition at line 58 of file __init__.py.
| list homeassistant.components.netgear_lte.PLATFORMS |
Definition at line 53 of file __init__.py.