From 006e64b9588050e1a0fbe1637f111aa800a70ff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20D?= Date: Sun, 9 Apr 2023 18:10:28 +0000 Subject: [PATCH] Improve and fix docker appdaemon (#848) * Improve and fix docker appdaemon - Hardcode the 4.2.3 tag version meanwhile latest version (4.4.0) is stable and working with nspanel (https://github.com/joBr99/nspanel-lovelace-ui/issues/847) - Add Dashboard url for the webui of appdaemon on default appdaemon port 5050 - Add Timezone like in HA * fix --- docs/prepare_ha.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/prepare_ha.md b/docs/prepare_ha.md index f1f6bddf..51359739 100644 --- a/docs/prepare_ha.md +++ b/docs/prepare_ha.md @@ -34,7 +34,7 @@ services: appdaemon: container_name: appdaemon - image: acockburn/appdaemon:latest + image: acockburn/appdaemon:4.2.3 environment: - HA_URL=http://your-homeassistant-url:8123 - TOKEN="xxxxxx"