bremor / bureau_of_meteorology

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

fix: wind direction history #197

Closed djferg closed 10 months ago

djferg commented 1 year ago

Fixes #178

Before

Wind direction has no information in the history. SensorEntityDescription was incorrectly assigned a native_unit_of_measurement and a state_class; these appear to be reserved for numerical data. Ref: https://developers.home-assistant.io/docs/core/entity/sensor/

After

Wind direction has history information.

Makin-Things commented 10 months ago

Thanks for this PR, it has been merged as a pre-release 1.2.1. Expect a full 1.3.0 release in the next day or so.