Justin Bassett

Results 17 comments of Justin Bassett

I agree we should be consistent with the rest of the commands and use `toBooleanOrNull()`

Because this is dealing with suspend functions simply throwing a try catch around it won't actually catch the exception. To do it properly you need to pass an exception handler...

So we at least need the second one after the build to check to see if a change was made to code that would affect the schema. It would manifest...

@jpelgrom have at it, life/work has kept me on a review only basis for a while now. Thanks!

Guide on how it could be done: https://developer.android.com/guide/topics/media/media-controls. The PR that @dshokouhi mentioned has the service calls needed to hook up to the interface. The entities could be selected in...

Using the notification system is an interesting idea. That seems like a decent way to remove the need for more settings and a good way to resurface the media player.

Duplicate of https://github.com/home-assistant/home-assistant-android/issues/58 We currently consider this out of scope for the application since there is already a good solution.

I was a little quick to close this issue. If you are willing to add the functionality we will be more than willing to accept the PR into the application....

We can check for battery optimizations and just open a notification with 2 actions. * Disable Battery Optimizations for app * Open setting for websocket so user can disable. Do...