mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-16 19:38:34 +00:00
Merge pull request #67 from house-of-abbey/66-fix-webhook-id-setting
This commit is contained in:
@ -243,10 +243,10 @@ There's an online way of testing the API URL too, thanks to [REQBIN](https://req
|
||||
URL for copy & paste:
|
||||
|
||||
```
|
||||
https://<Your Domain>/api/events/garmin.battery_level
|
||||
https://<Your Domain>/api/webhook/<Your Webhook ID>
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
JSON for copy & paste:
|
||||
|
||||
@ -255,7 +255,7 @@ JSON for copy & paste:
|
||||
"type": "update_sensor_states",
|
||||
"data": [
|
||||
{
|
||||
"state": 19,
|
||||
"state": 40,
|
||||
"type": "sensor",
|
||||
"unique_id": "battery_level"
|
||||
},
|
||||
@ -267,5 +267,3 @@ JSON for copy & paste:
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||

|
||||
|
Reference in New Issue
Block a user