Skip to content

v0.2.0

Choose a tag to compare

@ngocjohn ngocjohn released this 05 Aug 15:46
a15fdb8

What's Changed

This release introduces new sensors for detailed lunar positioning and phases, enhances the accuracy of lunar calculations, and updates the method for fetching new data with a configurable update interval. Additionally, it includes support for German and Indonesian translations and adds more detailed attributes for existing sensors.

New Sensors Added

  • Moon Altitude Sensor: Provides the altitude of the moon in degrees and radians.
  • Moon Azimuth Sensor: Provides the azimuth of the moon in degrees and radians.
  • Moon Parallactic Angle Sensor: Provides the parallactic angle of the moon in degrees and radians.
  • Moon High Sensor: Provides the time of the next moon high position.
  • Next Moon Phase Sensor: Provides the next moon phase and its date.
  • Next Third Quarter Sensor: Provides the date for the next third quarter moon phase.
  • Next First Quarter Sensor: Provides the date for the next first quarter moon phase.

Additional Translations

  • Added support for German (DE) and Indonesian (ID) languages. Thanks @Tamsy in #3

Improvements

  • Enhanced accuracy of lunar calculations.
  • Changed the method for fetching new data with a configurable update interval.
  • Added more detailed attributes for existing sensors.

New Contributors

  • @Tamsy made their first contribution in #3

Full Changelog: v0.1.2...v0.2.0