From: David Woodhouse Date: Sun, 11 Aug 2024 08:59:07 +0000 (+0100) Subject: Fix uniq_id for duplicate sensors X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=813877290b2e3e8ce565606f919ceeef021c34ef;p=users%2Fdwmw2%2Fesp32-pool.git Fix uniq_id for duplicate sensors --- diff --git a/base.yaml b/base.yaml index 0fa57e3..60fd976 100644 --- a/base.yaml +++ b/base.yaml @@ -82,6 +82,8 @@ mqtt: broker: !secret mqtt_server port: 1884 discovery_prefix: ${mqtt_prefix}/homeassistant + discovery_unique_id_generator: mac + discovery_object_id_generator: device_name log_topic: ${mqtt_prefix}/logs username: "pool" password: !secret pool_mqtt_pw