implement homeassistant template caching

This commit is contained in:
joBr99
2023-11-25 18:17:21 +01:00
parent 36f2c85ffe
commit 5ab207504d
6 changed files with 75 additions and 63 deletions

2
.vscode/launch.json vendored
View File

@@ -9,7 +9,7 @@
"type": "python",
"request": "launch",
"program": "main.py",
"cwd": "${fileDirname}",
"cwd": "/workspaces/nspanel-lovelace-ui/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager",
"console": "integratedTerminal",
"justMyCode": true
}