Matej Drobnič

Results 162 issues of Matej Drobnič

1. Create an app that uses home assistant services (for example `default/notify`) 2. Start an app and ensure it works 3. Restart Home Assistant 4. Attempt to trigger the app...

Following code: ``` self.log("Hello ") ``` Will just print out `Hello` on the Administration page, with all content inside angle brackets trimmed out. This is with Appdaemon 4.0.5 running via...

My Config (basically default config, except with new android-all dependency): ``` apply plugin: 'de.mobilej.unmock' unMock { keep "android.widget.BaseAdapter" keep "android.widget.ArrayAdapter" keep "android.os.Bundle" keepStartingWith "android.database.MatrixCursor" keep "android.database.AbstractCursor" keep "android.database.CrossProcessCursor" keepStartingWith "android.text.TextUtils"...

Add plugin to Gradle's plugin repository, so it can be added to the project declaratively like this: ``` plugins { id 'de.mobilej.unmock' version '0.7.3' } ``` This allows the plugin...

Does anyone know alternative to this project? It stopped working with Gradle 7 and after some searching, I cannot find anything. All libraries I found appear to be years old.

It seems like link to controller checkboxes are reset after every restart of the turn signal - settings are not persisted.

bug

Whenever I press "Heal Network" button, OZW admin will display something like "Heal has been completed" after couple of seconds. However, this seems to be misleading. Only thing completed has...

When application is left open for prolonged periods of time, it will randomly stop receiving new logs (Log tab will stay static as if there are no new logs anymore)....

Is this functionality still missing or I just can't find it?

After I restart openzwave-qt, it takes a while for the network to completely start up. Unfortunately, admin does not display current status of this discovery so I'm never sure when...