mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
GPS Logger auth section (#4253)
This commit is contained in:
parent
dceec870d8
commit
9c599e592b
@ -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…
x
Reference in New Issue
Block a user