mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add config flow to mold_indicator (#34638)
* Add config flow to mold_indicator * ha_config_flow: true
This commit is contained in:
parent
00c054d016
commit
a8129081a7
@ -7,6 +7,7 @@ ha_release: '0.20'
|
||||
ha_iot_class: Local Polling
|
||||
ha_quality_scale: internal
|
||||
ha_domain: mold_indicator
|
||||
ha_config_flow: true
|
||||
ha_platforms:
|
||||
- sensor
|
||||
ha_integration_type: integration
|
||||
@ -19,7 +20,24 @@ The Mold Indicator sensor {% term integration %} uses data from two temperature
|
||||
|
||||
The sensor data may be used, for example, to detect bad air quality (high humidity) or automate the operation of indoor air humidifiers to keep the indoor humidity at an optimum.
|
||||
|
||||
## Configuration
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
Further information about these configuration options can be found under the [YAML configuration](#yaml-configuration)
|
||||
|
||||
{% configuration_basic %}
|
||||
Name:
|
||||
description: The name of the sensor.
|
||||
Indoor temperature sensor:
|
||||
description: The entity ID of the indoor temperature sensor.
|
||||
Indoor humidity sensor:
|
||||
description: The entity ID of the indoor humidity sensor.
|
||||
Outdoor temperature sensor:
|
||||
description: The entity ID of the outdoor temperature sensor.
|
||||
Calibration factor:
|
||||
description: Needs to be calibrated to the critical point in the room.
|
||||
{% endconfiguration_basic %}
|
||||
|
||||
## YAML Configuration
|
||||
|
||||
To use the Mold Indicator sensor in your installation, add the following to your {% term "`configuration.yaml`" %} file.
|
||||
{% include integrations/restart_ha_after_config_inclusion.md %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user