Namespaces | |
| config_flow | |
| const | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, GPSDConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, GPSDConfigEntry entry) |
Variables | |
| GPSDConfigEntry | |
The GPSD integration.
| bool homeassistant.components.gpsd.async_setup_entry | ( | HomeAssistant | hass, |
| GPSDConfigEntry | entry | ||
| ) |
Set up GPSD from a config entry.
Definition at line 16 of file __init__.py.
| bool homeassistant.components.gpsd.async_unload_entry | ( | HomeAssistant | hass, |
| GPSDConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 34 of file __init__.py.
| homeassistant.components.gpsd.GPSDConfigEntry |
Definition at line 13 of file __init__.py.