Please ⭐ this repo if you find it useful
- Use HACS after adding this
https://github.com/geckom/ha-humidex
as a custom repository. Skip to 7. - If no HACS, use the tool of choice to open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledhumidex
. - Download all the files from the
custom_components/humidex/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Update your configuration.yaml as per below.
- Restart Home Assistant.
# Example configuration.yaml entry
sensor:
- platform: humidex
temperature: sensor.study_air_temperature
humidity: sensor.study_humidity
* * *
I put a lot of work into making this repo and component available and updated to inspire and help others! I will be glad to receive thanks from you — it will give me new strength and add enthusiasm:temperature:
(entity) (Required)
Temperature provider entity ID. This can be celcius or fahreheit.
humidity:
(entity) (Required)
Humidity provider entity ID.
Note:
Temperature and humidity values are both required for calculations.
You can automatically track new versions of this component and update it by [HACS][hacs].
To enable debug logs use this configuration:
# Example configuration.yaml entry
logger:
default: info
logs:
custom_components.humidex: debug
... then restart HA.
This is an active open-source project. We are always open to people who want to use the code or contribute to it.
We have set up a separate document containing our contribution guidelines.
Thank you for being involved! 😍