Fix for 2 bugs in issue 221

Template rendering and Webhook ID on initial start.
This commit is contained in:
Philip Abbey
2025-03-26 22:37:33 +00:00
parent 1ae4085113
commit 155649f162
4 changed files with 21 additions and 4 deletions

View File

@ -266,7 +266,6 @@ class HomeAssistantApp extends Application.AppBase {
private function buildMenu(menu as Lang.Dictionary) {
mHaMenu = new HomeAssistantView(menu, null);
mQuitTimer.begin();
startUpdates();
}
function startUpdates() {