Bruno Pantaleão Gonçalves
Bruno Pantaleão Gonçalves
Please submit here: https://forms.gle/Uoqz127Phx4mMTpS6
@copilot fix linting issues: ``` Running SwiftFormat... (lint mode - no files will be changed.) /home/runner/work/iOS/iOS/Sources/App/AppDelegate.swift:394:1: warning: (trailingSpace) Remove trailing space at end of a line. /home/runner/work/iOS/iOS/Tests/App/ZoneManager/ZoneManager.test.swift:104:1: warning: (trailingSpace) Remove...
@copilot fix tests: ``` test: Sources/Shared/API/Models/LocationHistory.swift#L51cannot find type 'AppZone' in scope -- test: Sources/Shared/API/Models/WebhookUpdateLocation.swift#L37cannot find type 'AppZone' in scope test: Sources/Shared/API/Models/WebhookUpdateLocation.swift#L32cannot find type 'AppZone' in scope test: Sources/Shared/API/HAAPI.swift#L664cannot find type...
My guess is that it is something related to notifications cache, do you send push notifications to your watch that includes images and/or videos?
Reading your report, it looks like a bug that should be reported to Apple no? Have you validated this as well? > Change [(THClient).allCredentials()](https://github.com/home-assistant/iOS/blob/da40045cccc202485f932da35c50c9db4286a309/Sources/Shared/Services/ThreadClientService.swift#L22) to [(THClient).allActiveCredentials()](https://developer.apple.com/documentation/threadnetwork/thclient/retrieveallactivecredentials(_:))
It would help me a lot if you could validate so, thanks in advance. But something that I disagree with you (if I understood correctly) is that, the current implementation...
Web content connection (and reconnection logic) is handled by frontend, trasnferring the issue to frontend repo.
Transferred back to iOS repo
There must be an issue while sync your entities with the App, check the event log in Companion App settings > debugging
[iPadOS 26.1] Home Assistant App Locks Device in Full-Screen Loop — Cannot Exit App, Requires Reboot
I am aware, it’s all one single bug that is relaunching the app without user input or preventing the app to be dismissed by the user, I am tracking all...