mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-08-01 17:38:40 +00:00
Connection reporting improvements and update resumption
Separation of phone connectivity and Internet access tests for finer grained feedback to the user. Updates no longer stop on absence of Internet connectivity.
This commit is contained in:
@ -81,7 +81,7 @@ languages: list[tuple[str, str, str]] = [
|
||||
langLength = len(languages)
|
||||
|
||||
exceptionIds: list[str] = ["AppName", "AppVersionTitle"]
|
||||
titleIds: list[str] = ["setMode", "tapIcon"]
|
||||
titleIds: list[str] = []
|
||||
|
||||
i = 1
|
||||
with open("./resources/strings/strings.xml", "r") as f:
|
||||
|
Reference in New Issue
Block a user