Add unique id to mold_indicator platform yaml setup (#34958)

This commit is contained in:
G Johansson 2024-09-30 09:03:13 +02:00 committed by GitHub
parent 5f1e36c548
commit 4242275279
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.