Update APRS username documentation (#9914)

* Update APRS username documentation

* ✏️ Tweak
This commit is contained in:
Philip Rosenberg-Watt 2019-07-20 04:18:19 -06:00 committed by Franck Nijhof
parent e3c79fb80f
commit ba5958c5ab

View File

@ -17,7 +17,7 @@ To enable APRS tracking in Home Assistant, add the following section to `configu
# Example configuration.yaml entry # Example configuration.yaml entry
device_tracker: device_tracker:
- platform: aprs - platform: aprs
username: FO0BAR username: FO0BAR # or FO0BAR-1 to FO0BAR-15
callsigns: callsigns:
- 'XX0FOO*' - 'XX0FOO*'
- 'YY0BAR-1' - 'YY0BAR-1'
@ -25,7 +25,7 @@ device_tracker:
{% configuration %} {% configuration %}
username: username:
description: Your callsign. This is used to connect to the host. description: "Your callsign (or callsign-SSID combination). This is used to connect to the host. Note: Do not use the same callsign or callsign-SSID combination as a device you intend to track: the APRS-IS network will not route the packets to Home Assistant. This is a known limitation of APRS packet routing."
required: true required: true
type: string type: string
password: password: