mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +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
|
# Example configuration.yaml entry
|
||||||
device_tracker:
|
device_tracker:
|
||||||
- platform: gpslogger
|
- 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 %}
|
## {% linkable_title Setup on your smartphone %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user