V1.1.1
Enhancements and Fixes in this Update
Changed domain name
- Changed the domain to "bir" for improved integration.
New Sensor Icons
- Introduced trashcan icons for sensors to visually match their purpose (Issue #2).
Code Optimization
- Removed
SCAN_INTERVAL = timedelta(hours=4)
from the class, as it's already defined outside, reducing redundancy.
Zip File Structure Fix
- Addressed an issue where redundant "bir" folders would be present in the zip file structure, ensuring that the zip file now only includes the "bir" folder and its contents. This problem likely emerged during the refactoring process to align with the HACS file structure.
Configuration Schema Addition
- Defined a
CONFIG_SCHEMA
to align with the best practices from HA
Integration for HACS Store
- Restructured and added required files to have the possibility to publish the integration to the HACS store.
Added integration logo
- Successfully merged the integration logo into the official Home Assistant Brands repository, providing the integration with the official BIR logo. View Logo PR.
Full Changelog: v1.0.2...v1.1.1