Odianosen Ejale

Results 75 comments of Odianosen Ejale

Hello @jpcaldwell30, First thanks for trying out AD. Unfortunately what you are trying to do, is not possible in AD at the moment as you did say for POST we...

> if last time that app was restarted is longer then set delay That's gonna be interesting to do really, but I guess should be available from the app's entity....

> because then the app wont go into a restarting loop anymore when it dies strangely. If that's the case, then it's better handled within the threading module

@ee02217, AD used alpine, so you will need to compile it during image build. So you need to find the procedure on compiling it for the alpine image unfortunately.

@oxan, There must be an event that follows that trigger, and this will be forwarded to AD. In that case, you should be able to use to do what you...

Hmmm it seems this device trigger is beyond just a regular event is that right? Will try studying it a bit, and see what we can get out. Never used...

@benleb, Yes that’s true, but as @ReneTode said, you don’t exactly need the plugin for that. The main reasons I built it, was: - I when I got two AD...

Pls what's up with this PR? It got conflicts and are we good with the changes?

Hello @mementum, Yeah also got your point, and as you noted there been some discussions abt moving to using **kwargs; but worries over how not to negatively affect lots of...

Hello @dekiesel, It is possible to do what you want using constraints [here](https://appdaemon.readthedocs.io/en/latest/APPGUIDE.html?highlight=constraints%20#custom-constraints). Though it will be nice to be able to turn these into decorators which is not possible...