Commit Graph

31 Commits (0b9780fb97fa6e1ee928d11c9d9559b90866facf)

Author SHA1 Message Date
schizza 0b9780fb97
Merge pull request #14 from schizza/schizza-patch-1
Update validate.yml
2024-04-19 13:29:25 +02:00
schizza 6f29a50e5d
Update validate.yml 2024-04-19 13:29:08 +02:00
schizza df420369a2 HASSfest validation 2024-04-19 13:27:04 +02:00
schizza 640924ffcc HACS Validation
Validation workflow for HACS.
2024-04-19 12:58:07 +02:00
schizza 80e5f5a4ed
Merge pull request #13 from schizza/Bearing
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 21:14:53 +02:00
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
schizza 5fdd594bae
Merge pull request #12 from schizza/7-ha-stops-registering-new-data
7 HA stops registering new data after a while.
2024-04-17 13:15:16 +02:00
schizza 70bfd56268 Ability to add newly discovered sensors.
* Add discovered sensors to loading queue.
* Notify users that we have new sensors and we need to restart Home Assistant
2024-04-17 13:12:47 +02:00
schizza b62e6abccf Autoloading new sensors. 2024-04-07 11:05:01 +02:00
schizza 086c34042f
Merge pull request #9 from Celer21/main
Update README.md as integration supports HACS installation.
2024-03-20 07:52:03 +01:00
Celer21 735c70b391
Merge branch 'main' into main 2024-03-19 22:32:04 +01:00
Celer21 72a5c70ab3
Update README.md
Add info about instalation with HACS
2024-03-19 22:30:34 +01:00
schizza 502bf782a7
Typo in cs.json - merge pull request #8 from Celer21/main
Typo in cs.json
2024-03-18 13:38:55 +01:00
Celer21 781011e8ee
Update cs.json 2024-03-18 10:26:09 +01:00
schizza 9f3140c496 Init error fix 2024-03-17 21:16:59 +01:00
schizza accc0c1ca8
Merge pull request #6 from schizza/Ch2Support
Add support for channel 2
2024-03-17 20:36:23 +01:00
schizza 5690372665 Add support for channel 2
Channel 2 is now supported and sensors are automatically visible.
2024-03-17 20:34:21 +01:00
schizza 8c47c35d60
Merge pull request #5 from schizza/2-invalid-suggested_unit_of_measurement-
2 Invalid suggested_unit_of_measurement warning
2024-03-12 13:43:23 +01:00
schizza cd5970c68f Fixed issue with suggested unit of measurement. 2024-03-12 13:40:45 +01:00
schizza 7102206d0c
Merge pull request #3 from schizza/Translations
Translation support
2024-03-11 20:38:21 +01:00
schizza 5eba5a073d Translation support
Ability to translate component.
2024-03-11 20:19:04 +01:00
schizza e863ccec1a Manifest update.
Link to issue tracker, documentation link.
2024-03-09 18:11:25 +01:00
schizza 8af1fa1717 Add HACS support 2024-03-09 18:00:49 +01:00
schizza ad2fad8001 Add developer log. 2024-03-09 16:38:42 +01:00
schizza 400b449e44
Merge pull request #1 from schizza/Developer-debug
Initial config and ConfigFlow update.
2024-03-09 15:25:20 +01:00
schizza 19f7baf7d7 Initial config and ConfigFlow update.
Minor changes to configuration flow.
2024-03-09 15:19:21 +01:00
schizza b0c7c72645 First code commit.
First release of code.
2024-03-08 20:18:04 +01:00
schizza 5d2bac671f
Create LICENSE 2024-03-08 20:01:36 +01:00
schizza 6ab22ca78a
Change LICENSE 2024-03-08 19:54:27 +01:00
schizza be2201e447 Modified README
First commit of README file.
2024-03-08 19:38:08 +01:00
schizza a9c1f0b620
Initial commit 2024-03-08 15:30:04 +01:00