SWS-12500-custom-component/custom_components/sws12500
schizza ac7284770a New sensor fo Azimut now supported.
- A new constant `WIND_AZIMUT` is added to allow creating a wind direction sensor that returns a text value from `UnitOfDir` instead of just a numeric degree value.

- The wind direction sensor entity now optionally creates both a numeric wind direction sensor using `WIND_DIR` and a text-based azimuth sensor using `WIND_AZIMUT`. If the numeric one is enabled, the text one will also be added.

So in summary, these changes improve the usability of wind data by adding a more human-readable text version alongside the existing numeric version.
2024-04-18 20:54:57 +02:00
..
translations New sensor fo Azimut now supported. 2024-04-18 20:54:57 +02:00
__init__.py Ability to add newly discovered sensors. 2024-04-17 13:12:47 +02:00
config_flow.py Autoloading new sensors. 2024-04-07 11:05:01 +02:00
const.py New sensor fo Azimut now supported. 2024-04-18 20:54:57 +02:00
manifest.json Ability to add newly discovered sensors. 2024-04-17 13:12:47 +02:00
sensor.py New sensor fo Azimut now supported. 2024-04-18 20:54:57 +02:00
strings.json New sensor fo Azimut now supported. 2024-04-18 20:54:57 +02:00
utils.py New sensor fo Azimut now supported. 2024-04-18 20:54:57 +02:00
windy_func.py First code commit. 2024-03-08 20:18:04 +01:00