Releases: astrandb/viva
Releases · astrandb/viva
Maintenance
Notable Changes
Routine maintenance and code quality updates
Translation
Dependencies
15 changes
- Bump actions/checkout from 4.1.3 to 4.1.7 @dependabot (#95)
- Bump ruff from 0.4.1 to 0.7.1 @dependabot (#105)
- Bump pre-commit from 3.7.0 to 3.7.1 @dependabot (#89)
- Update pip requirement from <23.3,>=21.0 to >=21.0,<24.1 @dependabot (#62)
- Bump ruff from 0.3.2 to 0.4.1 @dependabot (#81)
- Bump actions/checkout from 4.1.1 to 4.1.3 @dependabot (#82)
- Bump pre-commit from 3.6.2 to 3.7.0 @dependabot (#77)
- Bump ruff from 0.1.13 to 0.3.2 @dependabot (#71)
- Bump svenstaro/upload-release-action from 2.7.0 to 2.9.0 @dependabot (#69)
- Bump pre-commit from 3.6.0 to 3.6.2 @dependabot (#67)
- Bump release-drafter/release-drafter from 5 to 6 @dependabot (#64)
- Bump colorlog from 6.8.0 to 6.8.2 @dependabot (#61)
- Bump colorlog from 6.7.0 to 6.8.0 @dependabot (#50)
- Bump actions/setup-python from 4 to 5 @dependabot (#51)
- Bump ruff from 0.1.6 to 0.1.13 @dependabot (#57)
Development tools
Added a few sensors and removed a little bug
Notable changes
This release adds support for number of new measurements, e.g. air temperature and wave height. Numeric values for wind bearing and wave bearing can be activated by the user if needed.
New Features
- Add airtemp sensor @astrandb (#49)
- Default disable int wave bearing sensor @astrandb (#47)
- Add Wave Bearing @moorgrove (#46)
- Add Wind Bearing @moorgrove (#45)
- Add Wave height and period @moorgrove (#43)
Bug Fixes
Dependencies
- Bump ruff from 0.1.1 to 0.1.6 @dependabot (#42)
- Bump actions/checkout from 4.1.0 to 4.1.1 @dependabot (#35)
- Bump ruff from 0.0.288 to 0.1.1 @dependabot (#34)
- Update devcontainer and lint @astrandb (#44)
Fix for sight = >nnn
Sight data is sometimes reported as >xxx . It is no more allowed by Home Assistant to report a sensor value as numeric (e.g. 1000) mixed by string (e.g. >1000). Therefore the ">" will be removed from data if present. The downside is that sight cannot be displayed as ">1000" anymore.
Changes
Dependencies
- Bump actions/checkout from 4.0.0 to 4.1.0 @dependabot (#28)
- Bump pre-commit from 3.4.0 to 3.5.0 @dependabot (#31)
- Bump actions/checkout from 3.5.3 to 4.0.0 @dependabot (#24)
- Bump pre-commit from 3.3.3 to 3.4.0 @dependabot (#22)
- Bump ruff from 0.0.285 to 0.0.288 @dependabot (#25)
- Bump ruff from 0.0.280 to 0.0.282 @dependabot (#18)
- Bump svenstaro/upload-release-action from 1.pre.release to 2.7.0 @dependabot (#17)
- Bump ruff from 0.0.278 to 0.0.280 @dependabot (#15)
Minor feature enhancements and new development container
Changes
New Features
Dependencies
- Bump actions/checkout from 3.3.0 to 3.5.3 @dependabot (#13)
- Bump actions/setup-python from 2 to 4 @dependabot (#12)