mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Fixing typo (#8462)
There's no such variable as %DEVICE_NAME - originally it was just DEVICE_NAME to indicate to people to put the name there.
This commit is contained in:
parent
9dcfe74ba7
commit
944a1f3a31
@ -60,7 +60,7 @@ https://YOUR.DNS.HOSTNAME:PORT/api/webhook/WEBHOOK_ID
|
||||
```text
|
||||
latitude=%LAT&longitude=%LON&device=%SER&accuracy=%ACC&battery=%BATT&speed=%SPD&direction=%DIR&altitude=%ALT&provider=%PROV&activity=%ACT
|
||||
```
|
||||
- You can change the name of your device name by replacing `&device=%SER` with `&device=%DEVICE_NAME`.
|
||||
- You can change the name of your device name by replacing `&device=%SER` with `&device=DEVICE_NAME`.
|
||||
- Check that the **HTTP Headers** setting contains
|
||||
```text
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
Loading…
x
Reference in New Issue
Block a user