bremor / bureau_of_meteorology

Custom component for retrieving weather information from the Bureau of Meteorology.
MIT License
190 stars 31 forks source link

feat: Calculate dew point from temp and humidity observations #200

Closed djferg closed 10 months ago

djferg commented 12 months ago

Closes #179

Despite being available from individual weather stations, dew point is not available from the API observations endpoint. I was using a helper to calculate this previously but this solution adds dew point to the config flow for observations for everyone to use.