Add config flow to mold_indicator (#34638)

* Add config flow to mold_indicator

* ha_config_flow: true
This commit is contained in:
G Johansson 2024-09-13 06:14:03 +02:00 committed by GitHub
parent 00c054d016
commit a8129081a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 %}