implement cover and fan popup

This commit is contained in:
joBr99
2023-11-25 18:39:02 +01:00
parent 172f8d8ad4
commit b6c3444a55
2 changed files with 89 additions and 4 deletions

View File

@@ -233,7 +233,6 @@ def cache_template(template):
def get_template(template):
global template_cache
print(f"xxxxxxxxxxxx: {template_cache}")
if template in template_cache:
return template_cache[template].get("result")
else: