mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 09:46:59 +00:00
Add unique id to mold_indicator platform yaml setup (#34958)
This commit is contained in:
parent
5f1e36c548
commit
4242275279
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user