This component will set up a sensor platform that contains the current location
and time data from an external gpsd instance.
- Add https://github.com/Djelibeybi/ha-gpsd-client as a custom
integrationrepository in HACS. - Add at least the following to
configuration.yaml:
sensor:
- platform: gpsd_client
name: GPSD ClientBy default, the integration looks for GPSD on localhost on port 2947. If your
gpsd server is on a different host, you must configure the the host and port:
sensor:
- platform: gpsd_client
name: GPSD Client
host: remote-gpsd.example.com
port: 12345