v1.6.2
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.ymlto automatically validate the integration using Home Assistant's official Hassfest action. - Created
hacs.ymlto automate HACS compliance verification.
- Created
- Repository Maintenance: Updated core configuration and documentation files to align with the new automated checks.
- Updated
manifest.jsonwith dependency updates and metadata refinements. - Updated
hacs.jsonfor HACS store requirements. - Updated
README.mdto reflect the latest project state.
- Updated
- Merged pull request #40 (
alerts_and_calendar) to integrate the calendar time validation fixes.