mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update APRS username documentation (#9914)
* Update APRS username documentation
* ✏️ Tweak
This commit is contained in:
parent
e3c79fb80f
commit
ba5958c5ab
@ -17,7 +17,7 @@ To enable APRS tracking in Home Assistant, add the following section to `configu
|
||||
# Example configuration.yaml entry
|
||||
device_tracker:
|
||||
- platform: aprs
|
||||
username: FO0BAR
|
||||
username: FO0BAR # or FO0BAR-1 to FO0BAR-15
|
||||
callsigns:
|
||||
- 'XX0FOO*'
|
||||
- 'YY0BAR-1'
|
||||
@ -25,7 +25,7 @@ device_tracker:
|
||||
|
||||
{% configuration %}
|
||||
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
|
||||
type: string
|
||||
password:
|
||||
|
Loading…
x
Reference in New Issue
Block a user