mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update sensor.mold_indicator.markdown (#6046)
* Update sensor.mold_indicator.markdown Added optional 'name' configuration variable. I have confirmed this is supported but undocumented. * Update sensor.mold_indicator.markdown Removed optional 'name' configuration variable from the example. Changed the Configuration variables:-section to use the new {% configuration %} tags. * Update sensor.mold_indicator.markdown Changed calibration_factor variable type from int to float.
This commit is contained in:
parent
9a1fff3ece
commit
3d7c1a32cc
@ -27,12 +27,28 @@ sensor:
|
|||||||
calibration_factor: 2.0
|
calibration_factor: 2.0
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
name:
|
||||||
- **indoor_temp_sensor** (*Required*): The entity ID of the indoor temperature sensor.
|
description: The name of the sensor.
|
||||||
- **indoor_humidity_sensor** (*Required*): The entity ID of the indoor humidity sensor.
|
required: false
|
||||||
- **outdoor_temp_sensor** (*Required*): The entity ID of the outdoor temperature sensor.
|
type: string
|
||||||
- **calibration_factor** (*Required*): Needs to be calibrated to the critical point in the room.
|
indoor_temp_sensor:
|
||||||
|
description: The entity ID of the indoor temperature sensor.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
indoor_humidity_sensor:
|
||||||
|
description: The entity ID of the indoor humidity sensor.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
outdoor_temp_sensor:
|
||||||
|
description: The entity ID of the outdoor temperature sensor.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
calibration_factor:
|
||||||
|
description: Needs to be calibrated to the critical point in the room.
|
||||||
|
required: true
|
||||||
|
type: float
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
In this case, the weather forecast temperature sensor is used for the outside temperature.
|
In this case, the weather forecast temperature sensor is used for the outside temperature.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user