Skip to content

Commit

Permalink
Add unique id to mold_indicator platform yaml setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gjohansson-ST committed Sep 28, 2024
1 parent b93ea91 commit afdb4f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/_integrations/mold_indicator.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand All @@ -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.
Expand Down

0 comments on commit afdb4f2

Please sign in to comment.