Zac West
Zac West
That's what's expected, but the error log you're seeing is a non-JSON response of some sort, which makes me wonder what it's connecting to. It's possible it's a Firebase error...
In Activity Monitor (/Applications/Utilities), go to Home Assistant and double-click it. Click the "Sample" button at the bottom. Save the sample as a text file and attach it here. That...
Doesn't look like the app is doing anything, makes me think it's likely a performance issue in the frontend. You can repeat the same exercise as the above with the...
I don't believe that Login Items is app-writeable in the sandbox era. However, it would be possible to modify the Launcher app (which is the separate app launched on login)...
It's likely the clear command isn't waking the app on one of the devices. It looks like the app needs to be launched roughly weekly to keep this working, and...
I've been able to reproduce this; this is a race condition where configuring the callbacks can occur at the same time as one notifying. For example, on thread #0: ```...
Thank you, this is an amazing addition that really helps make writing tests easier. This should be part of the regular distribution.
Thanks for tracking it down to Realm, that means it may be possible for us to work around the problem by copying the database over separately.
Please give the latest [TestFlight](https://home-assistant.io/ios/beta) build a try as it's upgraded the database dependency and may help.
I was hoping just installing this new version would cause the database to compact. I don't think deleting and reinstalling will do that, but deleting and reinstalling will reset the...