From afdb4f2d7e552a1e80f680d7adf7fb53bcee47b5 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Sat, 28 Sep 2024 13:52:43 +0200 Subject: [PATCH] Add unique id to mold_indicator platform yaml setup --- source/_integrations/mold_indicator.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/mold_indicator.markdown b/source/_integrations/mold_indicator.markdown index 5775584301bd..e41c56e837a2 100644 --- a/source/_integrations/mold_indicator.markdown +++ b/source/_integrations/mold_indicator.markdown @@ -50,6 +50,7 @@ sensor: indoor_humidity_sensor: sensor.humidity outdoor_temp_sensor: sensor.weather_temperature calibration_factor: 2.0 + unique_id: very_unique_id_123 ``` {% configuration %} @@ -73,6 +74,10 @@ calibration_factor: description: Needs to be calibrated to the critical point in the room. required: true type: float +unique_id: + description: Provide a unique id for the sensor. + required: false + type: string {% endconfiguration %} In this case, the weather forecast temperature sensor is used for the outside temperature.