From 61123ab86eea1a69d495f9eaaac162eb21e84280 Mon Sep 17 00:00:00 2001 From: Robert Lagus Date: Mon, 19 May 2025 08:46:14 +0300 Subject: [PATCH] Add FAQ point of battery drain issue As there's a known issue of a battery drain when default dashboard has a livestream, it ought to be documented. --- docs/troubleshooting/setup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/troubleshooting/setup.md b/docs/troubleshooting/setup.md index ee7bcb2351..3e283949c9 100644 --- a/docs/troubleshooting/setup.md +++ b/docs/troubleshooting/setup.md @@ -202,3 +202,4 @@ If you want to ensure that the sensors are updated when your device starts charg 4. If the Bluetooth Transmitter sensor is enabled check that the transmitter is not left on all the time, only enable it when you wish to use it. 5. Check that Sensor Update Frequency is set to "Normal". 6. Check that none of the Notification Sensors have the allow list disabled in their respective settings. You always want to define an allow list to prevent heavy battery usage. +7. If your default dashboard includes a livestream of any sort, try removing or replacing the default dashboard to one without a livestream. [Source](https://github.com/home-assistant/android/issues/979)