From 33bfb38419686707236c8c5ade4a13e9d7f6a731 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Fri, 6 Sep 2024 09:54:45 +0100 Subject: [PATCH] Separate MQTT log streams --- base.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/base.yaml b/base.yaml index 60fd976..781af69 100644 --- a/base.yaml +++ b/base.yaml @@ -84,8 +84,7 @@ mqtt: discovery_prefix: ${mqtt_prefix}/homeassistant discovery_unique_id_generator: mac discovery_object_id_generator: device_name - log_topic: ${mqtt_prefix}/logs + log_topic: ${mqtt_prefix}/${name}/logs username: "pool" password: !secret pool_mqtt_pw id: mqtt_client - -- 2.50.1