From 13a04e36260e032c8311b8bc65d78cbe44fdf776 Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Thu, 24 Oct 2019 11:56:03 +0300 Subject: [PATCH] Update docs.md --- docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.md b/docs.md index b02c13e..54df8d6 100644 --- a/docs.md +++ b/docs.md @@ -121,7 +121,7 @@ Starting from version 0.7.0 HA Client supports updating `device_tracker` entity Location tracking is implemented with [Andorid Workmanager](https://developer.android.com/topic/libraries/architecture/workmanager). It means that background location tracking is battery friendly and work as intended from OS perspective. But it also means that: #### If you want your location to be updated with exact the same intervhals you set in HA Client -you need to add exaption for HA Client in battery saving settings on your Android device.** It can be achieved differently on different Android versions and even on different devices. For example in Android 10 you need to go to _Settings_ -> _Apps & notifications_ tap _Advanced_ -> _Special app access_ -> _Battery optimization_. Or simply search for _Battery optimization_ on main _Settings_ screen with search field. Inside _Battery optimization_ switch to _All apps_, find _HA Client_ in the list and tap it. On the popup appeared choos _Don't optimize_: +you need to add exaption for HA Client in battery saving settings on your Android device. It can be achieved differently on different Android versions and even on different devices. For example in Android 10 on Pixel phones you need to go to _Settings_ -> _Apps & notifications_ tap _Advanced_ -> _Special app access_ -> _Battery optimization_. Or simply search for _Battery optimization_ on main _Settings_ screen with search field. Inside _Battery optimization_ switch to _All apps_, find _HA Client_ in the list and tap it. On the popup appeared choos _Don't optimize_: ![Battery optimization](/assets/images/114551.png)