Daniel Shokouhi

Results 27 issues of 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. ```...

enhancement
help wanted

**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...

bug

## 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...

cla-signed

## 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...

cla-signed

## 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...

cla-signed

## 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...

cla-signed

**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...

bug

![home2](https://user-images.githubusercontent.com/1634145/35309377-0f99e134-0061-11e8-8567-35f34da1ace3.JPG) ![home3](https://user-images.githubusercontent.com/1634145/35309378-0fb19d60-0061-11e8-9336-efc86757ff46.JPG) ![home4](https://user-images.githubusercontent.com/1634145/35309379-0fcf4766-0061-11e8-8d96-d86205e61e24.JPG) ![home5](https://user-images.githubusercontent.com/1634145/35309380-0fe4f4e4-0061-11e8-8d8f-8f84e9e2c4a7.JPG) ![home6](https://user-images.githubusercontent.com/1634145/35309381-0ffe3e90-0061-11e8-8ee5-f96ba553957c.JPG) ![home7](https://user-images.githubusercontent.com/1634145/35309382-101375a8-0061-11e8-9053-14c6605a8edf.JPG) ![home1](https://user-images.githubusercontent.com/1634145/35309383-102d3826-0061-11e8-9392-eaf853efe7ea.JPG)

## 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...

cla-signed

## 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...

cla-signed