Go to the source code of this file.
Classes | |
| class | homeassistant.components.gpsd.sensor.GpsdSensor |
| class | homeassistant.components.gpsd.sensor.GpsdSensorDescription |
Namespaces | |
| homeassistant.components.gpsd.sensor | |
Functions | |
| None | homeassistant.components.gpsd.sensor.async_setup_entry (HomeAssistant hass, GPSDConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| homeassistant.components.gpsd.sensor._LOGGER = logging.getLogger(__name__) | |
| dictionary | homeassistant.components.gpsd.sensor._MODE_VALUES = {2: "2d_fix", 3: "3d_fix"} |
| 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" |
| string | homeassistant.components.gpsd.sensor.DEFAULT_NAME = "GPS" |