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/
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.