Skip to content

v1.6.2

Choose a tag to compare

@WhyLev WhyLev released this 12 Jun 21:16
2e232a2

Changelog v1.6.2

Full Changelog: v1.6.1...v1.6.2

🐛 Bug Fixes

  • Time Parsing: Fixed time parsing by adding rigorous validation for seconds within the calendar slot configuration. (#40)

🛠 Technical Changes

  • CI/CD & Quality Automation: Introduced automated GitHub Actions workflows to ensure integration health and standards compliance.
    • Created hassfest.yml to automatically validate the integration using Home Assistant's official Hassfest action.
    • Created hacs.yml to automate HACS compliance verification.
  • Repository Maintenance: Updated core configuration and documentation files to align with the new automated checks.
    • Updated manifest.json with dependency updates and metadata refinements.
    • Updated hacs.json for HACS store requirements.
    • Updated README.md to reflect the latest project state.
  • Merged pull request #40 (alerts_and_calendar) to integrate the calendar time validation fixes.