Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, SpeedTestConfigEntry config_entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry config_entry) |
| None | update_listener (HomeAssistant hass, ConfigEntry config_entry) |
Variables | |
| list | PLATFORMS = [Platform.SENSOR] |
| SpeedTestConfigEntry | |
Support for testing internet speed via Speedtest.net.
| bool homeassistant.components.speedtestdotnet.async_setup_entry | ( | HomeAssistant | hass, |
| SpeedTestConfigEntry | config_entry | ||
| ) |
Set up the Speedtest.net component.
Definition at line 22 of file __init__.py.
| bool homeassistant.components.speedtestdotnet.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Unload SpeedTest Entry from config_entry.
Definition at line 52 of file __init__.py.
| None homeassistant.components.speedtestdotnet.update_listener | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Handle options update.
Definition at line 57 of file __init__.py.
| list homeassistant.components.speedtestdotnet.PLATFORMS = [Platform.SENSOR] |
Definition at line 17 of file __init__.py.
| homeassistant.components.speedtestdotnet.SpeedTestConfigEntry |
Definition at line 19 of file __init__.py.