Daniel Shokouhi
Daniel Shokouhi
I went to restart HA today after updating to 0.77.2 and got this error in the log. I noticed that HA was delayed startup until this error showed up. ```...
**Home Assistant Android version:** Latest master, first seen Beta 1882 **Android version:** 12 **Phone model:** Pixel 5 **Home Assistant version:** unknown **Last working Home Assistant release (if known):** N/A **Description...
Save the last response so we can properly unsubscribe from events when the response ID has changed
## Summary This PR attempts to fix #2774 by keeping track of the `lastResponse` so we can unsubscribe with the correct response ID. ## Screenshots ## Link to pull request...
## Summary Fixes the following error, by passing in the `sensorDao` variable instead of relying on the lateinit modifier. I was able to reproduce the error by force stopping the...
## Summary Fixes the following sentry errors: ``` java.lang.NullPointerException: Can't toast on a thread that has not called Looper.prepare() at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:167) at android.widget.Toast.getLooper(Toast.java:265) at android.widget.Toast.(Toast.java:250) at android.widget.Toast.makeText(Toast.java:865) at android.widget.Toast.makeText(Toast.java:853) at...
## Summary Fixes the following sentry crash that is reproduced by sending `channel: ""` as part of a notification. We now default to `General` if the string is not provided...
**Home Assistant Android version:** Latest beta, first seen beta 2476 **Android version:** 12 **Phone model:** Pixel 6 **Home Assistant version:** Unknown **Last working Home Assistant release (if known):** N/A **Description...
      
## Summary Fixes: #2908 by adding the `major` and `minor` for the beacon. Listing as a breaking change since the attribute is changing ## Screenshots ## Link to pull request...
## Summary I noticed in Android 13 that there is a behavior change in [intents](https://developer.android.com/about/versions/13/behavior-changes-all#intents) which in some cases will cause the app not to receive an intent. This PR...