From 6701ce80bb2bed4b54073fb960cd488b6e0b3ac7 Mon Sep 17 00:00:00 2001 From: Stefan Allius <122395479+s-allius@users.noreply.github.com> Date: Sat, 31 May 2025 22:57:23 +0200 Subject: [PATCH] S allius/issue438 (#440) * handle missing MQTT addon - we have to check if the supervisor API and a MQTT broker add-on is installed. If not we assume the user has an external MQTT broker * handle missing MQTT addon * run also on releases/* branch * avoid printing of the MQTT config inkl. password * revise the log outputs * update version 0.14.1 * new version 0.14.1 --- app/.version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/.version b/app/.version index 0548fb4..c39e9c5 100644 --- a/app/.version +++ b/app/.version @@ -1 +1 @@ -0.14.0 \ No newline at end of file +0.14.1 \ No newline at end of file