From aa687bce9b93e9a2dbd9fc563ea4091a3e7ac241 Mon Sep 17 00:00:00 2001 From: Frans Saris Date: Fri, 8 Nov 2024 19:48:12 +0000 Subject: [PATCH] Disable retained messages in example YAML #107 --- awox-ble-mesh-hub.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/awox-ble-mesh-hub.yaml b/awox-ble-mesh-hub.yaml index a9d83aa..52a40ae 100644 --- a/awox-ble-mesh-hub.yaml +++ b/awox-ble-mesh-hub.yaml @@ -37,6 +37,9 @@ mqtt: username: !secret mqtt_user password: !secret mqtt_password + # Disable retained discovery messages until you are got the config correct + discovery_retain: False + # Disable Home Assistant API to prevent frequent MQTT disconnections #api: