Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 599 Bytes

info.md

File metadata and controls

20 lines (16 loc) · 599 Bytes

Dew Point Sensor

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.

Example

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