From a07cc467f5faed03c3a4281cfd3f78f06f63a5c3 Mon Sep 17 00:00:00 2001 From: Xavier Moreno Date: Sat, 15 Apr 2023 22:17:40 +0200 Subject: [PATCH] fix: issue with template rendering in AppDaemon addon --- RELEASE_NOTES.md | 4 +- apps/controllerx/cx_core/controller.py | 6 ++- apps/controllerx/cx_core/fix_template.py | 51 +++++++++--------------- 3 files changed, 24 insertions(+), 37 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c00f347e..d5e4c811 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -16,9 +16,9 @@ _This minor change does not contain any breaking changes._ - [XYZ](https://BASE_URL/controllerx/controllers/XYZ) - add device with Z2M support. [ #123 ] --> - + +- Fix template rendering for AppDaemon addon. [ #810 ]