Use must instead of should, fix celsius spelling

This commit is contained in:
ave 2024-03-19 10:53:22 +01:00 committed by GitHub
parent 2fe90f2536
commit 2527a41bad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -72,10 +72,10 @@ Advanced:
- **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas.
- All other options from :ref:`Sensor <config-sensor>`.
- **compensation** (*Optional*): The block containing sensors used for compensation. Both values should be supplied in order to be able to generate the absolute humidity to be reported to the sensor.
- **compensation** (*Optional*): The block containing sensors used for compensation. Both values must be supplied in order to be able to generate the absolute humidity to be reported to the sensor.
- **temperature_source** (*Optional*, :ref:`config-id`): Give an external temperature sensor ID
here. The data should be in Celcius. This can improve the sensor's internal calculations.
here. The data must be in Celsius. This can improve the sensor's internal calculations.
- **humidity_source** (*Optional*, :ref:`config-id`): Give an external relative humidity sensor ID
here. This can improve the sensor's internal calculations.