From a6807ba45b39bcb5b26b7a59ec3aafa9158fe9f1 Mon Sep 17 00:00:00 2001 From: Johannes <29555657+joBr99@users.noreply.github.com> Date: Wed, 15 Nov 2023 19:31:05 +0100 Subject: [PATCH] Update configure_mqtt.md --- docs/configure_mqtt.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/configure_mqtt.md b/docs/configure_mqtt.md index f3f0d549..e4615f6e 100644 --- a/docs/configure_mqtt.md +++ b/docs/configure_mqtt.md @@ -9,6 +9,12 @@ Please leave the Full Topic as it is in default configuration (and on the screen Change the topic to something unique for your panel, you will need this topic later in the configuration of your panel in appdaemon / apps.yaml +# Note for Appdeamon Addon Version >= 15 + +The configuration has been moved out of the config folder from homeassistant. This is how you can access it with the VSCode Addon. + +![image](https://github.com/joBr99/nspanel-lovelace-ui/assets/29555657/ddf75cac-fca1-48e7-9e84-646e7a80d38a) + # Configure MQTT Connection on AppDaemon For the app to work you need a working MQTT Configuration in AppDaemon. Please add the configuration of your mqtt server, user and password to your existing `appdaemon.yaml` Restart your AppDaemon Container (not HomeAssistant) after adding the MQTT Configuration.