Closed bachya closed 5 years ago
Hi,
Thanks for the PR. I already discussed this "feature" with the AppDaemon devs some months ago and was still hoping they'd drop it again in the final release, but I seem to be in bad luck.
BTW, this won't even work, because there is no self
on a function which is no bound method. I'll end up adding a lot of wrappers around callback handlers for nothing.
Just for reference: https://github.com/home-assistant/appdaemon/issues/462
Thanks for the clarification!
Fixes https://github.com/efficiosoft/hass-apps/issues/36.
AppDaemon 4.0.0 appears to be stricter about callback signatures; this PR fixes one spot (re-evaluation of schedules) where I found this to occur.