diff --git a/BatteryReporting.md b/BatteryReporting.md index 774016a..32b13a7 100644 --- a/BatteryReporting.md +++ b/BatteryReporting.md @@ -119,3 +119,9 @@ N.B. `sensor._battery_level` will likely need to be changed to `sensor.< You should remove your old template sensors before migrating to the new integration. You can do this by removing the `sensor._battery_level` and `binary_sensor._battery_is_charging` entities from `configuration.yaml` and then restarting Home Assistant or reloading the yaml. [Here is the old configuration method for reference.](https://github.com/house-of-abbey/GarminHomeAssistant/blob/b51e2aa2a4afbc58ad466f3b81667d1cd252d091/BatteryReporting.md) + +## Deletion + +While all of the entries have the same name, you can identify which to delete by clicking through to its device which should have a changed name from when it was set up. + +![Battery Device Deletion](images/Battery_Device_Deletion.png) diff --git a/images/Battery_Device_Deletion.png b/images/Battery_Device_Deletion.png new file mode 100644 index 0000000..1e27ecc Binary files /dev/null and b/images/Battery_Device_Deletion.png differ