Minor Timezone Fix + Branding
Release v1.1.1
This maintenance release focuses on data accuracy, professional branding, and compliance with data attribution standards.
🌟 Key Changes
- Official Branding: The integration is now displayed as "BoardGameGeek" in the Home Assistant UI, providing a more professional and recognisable experience.
- Accurate Play Dates: The
record_playservice now respects your Home Assistant local time settings. Previously, plays recorded late at night (e.g., in Australian timezones) could be logged as the previous day due to UTC conversion. - Data Attribution: Added "Data provided by BoardGameGeek" attribution to all entities, ensuring proper credit and compliance.
🛠 Full Changelog
Changed
- Branding: Updated integration name to "BoardGameGeek" in the manifest.
- Timezone Accuracy:
record_playservice logic updated to usehomeassistant.util.dt.now()for date stamping. - Attribution: Added
_attr_attributionto all sensor and todo entities.