Initial commit (#16417)

This commit is contained in:
PeteBa 2021-02-05 08:39:47 +00:00 committed by GitHub
parent 337bc406a9
commit c59c75db38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -422,7 +422,7 @@ Setting up a device tracker:
"state_topic": "homeassistant/device_tracker/paulus/state",
"payload_home": "home",
"payload_not_home": "not_home",
"source_type": "bluetooth",
"source_type": "bluetooth"
}
```
@ -438,6 +438,6 @@ If the device supports gps co-ordinates then they can be sent to Home Assistant
{
"latitude": 32.87336,
"longitude": -117.22743,
"gps_accuracy": 1.2,
"gps_accuracy": 1.2
}
```