Skip to content

Frost risks sensors for HA (absolute humidity, dew point, freezing point and frost risk levels)

License

Notifications You must be signed in to change notification settings

papo-o/home-assistant-frost-risks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

License: MIT

frost_risks

Frost risks sensors for HA (absolute humidity, dew point, freezing point and frost risk levels)

Installation

Use hacs with this repo URL https://github.com/papo-o/home-assistant-frost-risks or copy custom_components/ to your HA configuration.

Usage

To use, add the following to your configuration.yaml file:

sensor:
  - platform: frost_risks
    sensors:
      livingroom:
        friendly_name: Living Room
        temperature_sensor: sensor.temperature_livingroom
        humidity_sensor: sensor.humidity_livingroom
      bedroom:
        ...

also you can add dark Sky apparent temperature and humidity 12 hours sensors for predict a risk

      frost_prevision:
        friendly_name: prevision à 12 h
        temperature_sensor: sensor.dark_sky_apparent_temperature_12h
        humidity_sensor: sensor.dark_sky_humidity_12h

Required

  • temperature_sensor
  • humidity_sensor

Optional

  • friendly_name
  • icon_template
  • entity_picture_template

Todo List

  • notification examples

Screenshots

Absolute Humidity

absolute_humidity

Dew Point

dewpoint

freezing Point

freezing_point

Risk level

riskLevel

With Dark Sky sensors for 12 hours prediction

darkskyPredic

About

Frost risks sensors for HA (absolute humidity, dew point, freezing point and frost risk levels)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%