-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] AppDaemon 4.4.X broke templates #810
Comments
Hi @mogmix, You are correct, this seems to be an issue with AppDaemon, so there is not much I can do to accelerate the AppDaemon release with the fix (which is already in their dev branch). However, I created PR #811 with a temporary fix from ControllerX side. I will remove related code once AppDaemon officially releases their fix. Regards, |
Hi Xavi, thanks a lot for your effort! I was not sure, if its an inherent problem with AppDaemon, or if controllerX needs to adapt to sth. Best, mogmix |
Hi @mogmix , Fix is now deployed in HACS: ControllerX v4.26.0.
The problem is in AppDaemon, but I have added a patch to mitigate the problem. Regards, |
Hi @mogmix , I am having problems to use the patch with the AppDaemon addon, I will need to keep looking for a better solution. Regards, |
Hi again, I just release ControllerX v4.26.1 with a fix for AppDaemon addon. Let me know if it works for you. Regards, |
Hi Xavi, the temp fix in v4.26.1 works. Great job! 👍 And thank you! |
ControllerX v4.26.2 should behave as before with AppDaemon 4.4.2 patch. Closing this issue. |
Bug report
Description
Update of AppDaemon 4.2.2 to 4.4.X (they skipped 4.3.X) broke templates. I am using ControllerX 4.25.0.
The following snippet of the
appdaemon/apps/apps.yaml
file used to render and work, but now throws errors:scene.living_room_{{ states('input_select.living_room_light_state') }}
.AppDaemon Logs
I suspect this is related:
ControllerX. Bring full functionality to light and media player controllers - #1415 by mama_mia - AppDaemon - Home Assistant Community
AppDaemon Changelog is inconclusive:
https://appdaemon.readthedocs.io/en/latest/HISTORY.html#id3
The text was updated successfully, but these errors were encountered: