Skip to content

Commit de8ce1c

Browse files
Landrashfabaff
authored andcommitted
Fix typo and reversed order of pkg install (home-assistant#786)
- Reversed order or system pkg install. To avoid confusion for user of debian/raspbian/all-in-on-install. - Fixed typo for configuration variables.
1 parent 722c4a6 commit de8ce1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/sensor.gpsd.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ha_iot_class: "Local Polling"
1515

1616
The `gpsd` component is using the GPS information collected by [gpsd](http://catb.org/gpsd/) and a GPS receiver.
1717

18-
A requirement is that `gpsd` is installed (`$ sudo dnf -y install gpsd` or `$ sudo apt-get install gpsd`). `gpsd` uses the socket activation feature of systemd on recent Linux distributions for USB receivers. This means that if you plug your GPS receiver in, `gpsd` is started. Other GPS device may work too, but this was not tested.
18+
A requirement is that `gpsd` is installed (`$ sudo apt-get install gpsd` or `$ sudo dnf -y install gpsd`). `gpsd` uses the socket activation feature of systemd on recent Linux distributions for USB receivers. This means that if you plug your GPS receiver in, `gpsd` is started. Other GPS device may work too, but this was not tested.
1919

2020
```bash
2121
$ sudo systemctl status gpsdctl@ttyUSB0.service
@@ -56,4 +56,4 @@ Configuration variables:
5656
5757
- **host** (*Optional*): The host where GPSD is running. Defaults to `localhost`.
5858
- **port** (*Optional*): The port which GPSD is using. Defaults to 2947.
59-
- **port** (*Optional*): Friendly name to use for the frontend. Default to GPS.
59+
- **name** (*Optional*): Friendly name to use for the frontend. Default to GPS.

0 commit comments

Comments
 (0)