A custom sensor to calculate the dew point from temperature and humidity. It is adapted from Home Assistant's Mold Indicator sensor allowing to use dew points without the need of external references.
To use the Dew Point sensor in your installation, add the following to your
configuration.yaml
file:
# Example configuration.yaml entry
sensor:
- platform: dewpoint
temperature_sensor: sensor.temperature
humidity_sensor: sensor.humidity