GPS Logger auth section (#4253)
This commit is contained in:
parent
dceec870d8
commit
9c599e592b
1 changed files with 7 additions and 0 deletions
|
@ -19,7 +19,14 @@ To integrate GPSLogger in Home Assistant, add the following section to your `con
|
|||
# Example configuration.yaml entry
|
||||
device_tracker:
|
||||
- platform: gpslogger
|
||||
password: !secret gpslogger_password
|
||||
```
|
||||
{% configuration %}
|
||||
password:
|
||||
description: Separate password for GPS Logger endpoint. If provided using regular API password to contact endpoint will result in 401 response.
|
||||
required: false
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
## {% linkable_title Setup on your smartphone %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue