From 3b10bb9272ec0ce96e4b67f46df9d94b7f12ed8e Mon Sep 17 00:00:00 2001 From: Philip Abbey Date: Sat, 6 Jan 2024 21:17:28 +0000 Subject: [PATCH] Update BatteryReporting.md Co-Authored-By: Joseph Abbey --- BatteryReporting.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/BatteryReporting.md b/BatteryReporting.md index 0fff892..e059ee5 100644 --- a/BatteryReporting.md +++ b/BatteryReporting.md @@ -68,8 +68,13 @@ The watch will send HTTP requests to HomeAssistant every 5+ minutes in a backgro 1. Copy this yaml to your `configuration.yaml`. 2. Swap `` for the name of your device (This can be anything and is purely for the UI). Swap `` and `` for two different unique identifiers (in the Studio Code Server these can be generated from the right click menu). -3. Open the [event dashboard](https://my.home-assistant.io/redirect/developer_events/) and start listening for `garmin.battery_level` events and when your recieve one copy the device id and replace `` with it (to speed up this process you can close and reopen the GarminHomeAssistant app). -4. Restart HomeAssistant or reload the YAML [here](https://my.home-assistant.io/redirect/server_controls/). +3. Open the event dashboard and start listening for `garmin.battery_level` events and when your recieve one copy the device id and replace `` with it (to speed up this process you can close and reopen the GarminHomeAssistant app). + +[![Open your Home Assistant instance and show your event developer tools.](https://my.home-assistant.io/badges/developer_events.svg)](https://my.home-assistant.io/redirect/developer_events/) + +4. Restart HomeAssistant or reload the YAML. + +[![Open your Home Assistant instance and show your server controls.](https://my.home-assistant.io/badges/server_controls.svg)](https://my.home-assistant.io/redirect/server_controls/) ## Adding a sample Home Assistant UI widget