Classes | |
| class | GpsdSensor |
| class | GpsdSensorDescription |
Functions | |
| None | async_setup_entry (HomeAssistant hass, GPSDConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | _MODE_VALUES = {2: "2d_fix", 3: "3d_fix"} |
| string | ATTR_CLIMB = "climb" |
| string | ATTR_ELEVATION = "elevation" |
| string | ATTR_GPS_TIME = "gps_time" |
| string | ATTR_SPEED = "speed" |
| string | DEFAULT_NAME = "GPS" |
Sensor platform for GPSD integration.
| None homeassistant.components.gpsd.sensor.async_setup_entry | ( | HomeAssistant | hass, |
| GPSDConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
|
private |
|
private |
| string homeassistant.components.gpsd.sensor.ATTR_CLIMB = "climb" |
| string homeassistant.components.gpsd.sensor.ATTR_ELEVATION = "elevation" |
| string homeassistant.components.gpsd.sensor.ATTR_GPS_TIME = "gps_time" |
| string homeassistant.components.gpsd.sensor.ATTR_SPEED = "speed" |