Skip to content

Minor Timezone Fix + Branding

Choose a tag to compare

@seanmccabe seanmccabe released this 11 Jan 03:12
e17891e

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_play service 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_play service logic updated to use homeassistant.util.dt.now() for date stamping.
  • Attribution: Added _attr_attribution to all sensor and todo entities.