Add clarification to home-assistant integration

This commit is contained in:
Patatman 2020-10-01 09:38:46 +02:00
parent 41129ca8ec
commit 38f5dd580a
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
# Home Assistant Configuration
Once the ESP32 is running, it is important to configure Home Assistant to use the information from the MQTT topic to determine what devices to track. You can read the full documentation [on the Home Assistant website](https://www.home-assistant.io/components/sensor.mqtt_room/). It is critical that you configure your device IDs to include the Major and Minor versions, in the format `{{beacon uuid}}-{{major}}-{{minor}}`
To obtain a `{{beacon uuid}}-{{major}}-{{minor}}`, you need to setup a beacon following one of the guides:
- [Android](./android.md)
- [Beacons](./beacons.md)
- [generic_ble](./generic_ble.md)
### configuration.yaml
Here is an example of how an entry into your `configuration.yaml` file should look:
```yaml