Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.gpsd Namespace Reference

Namespaces

 config_flow
 
 const
 
 sensor
 

Functions

bool async_setup_entry (HomeAssistant hass, GPSDConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, GPSDConfigEntry entry)
 

Variables

 GPSDConfigEntry
 

Detailed Description

The GPSD integration.

Function Documentation

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.gpsd.async_unload_entry ( HomeAssistant  hass,
GPSDConfigEntry  entry 
)
Unload a config entry.

Definition at line 34 of file __init__.py.

Variable Documentation

◆ GPSDConfigEntry

homeassistant.components.gpsd.GPSDConfigEntry

Definition at line 13 of file __init__.py.