Releases: Yeelight/ha_yeelight_dashboard
Releases · Yeelight/ha_yeelight_dashboard
Yeelight Dashboard v0.1.3
Full Changelog: v0.1.2...v0.1.3
ha_yeelight_dashboard v0.1.2
Patch HACS publication release.
Added:
- GitHub Actions validation for HACS plugin publication and repeatable release asset uploads.
- HACS custom repository badges and a real Home Assistant dashboard screenshot in the English and Chinese README files.
Changed:
- Aligns hacs.json with frontend plugin publication by removing region restrictions and keeping the single JavaScript release asset.
- Documents HACS default-store submission under the plugin category.
Validation:
- lint, unit tests, build, browser smoke, release validation, live HA smoke, and live HA resource smoke passed.
- Release asset SHA-256: bfdb7649058635b02b31017c7d27ecc6113d5174015b6c31a0d55f33c76aec3b
ha_yeelight_dashboard v0.1.1
Patch HACS release for the legacy cleanup.
Changed:
- Locks legacy-derived migration coverage to current product card subtypes, dashboard card definitions, recipes, and native recipe mapping tests.
- Updates image URL editor placeholder examples away from the retired /local/yeelight/ runtime path.
Removed:
- Removes migration-only legacy inventory documentation and scanner tooling from the HACS package repository after the v0.1.0 migration was validated.
Validation:
- lint, unit tests, build, browser smoke, and release validation passed.
- Release asset SHA-256: bfdb7649058635b02b31017c7d27ecc6113d5174015b6c31a0d55f33c76aec3b
ha_yeelight_dashboard v0.1.0
Added
- Home Assistant Community Dashboard Strategy registration through
window.customStrategies. - HA-native generated
sectionsand managedcanvasdashboard modes. - Yeelight product dashboard cards with HA visual editor support.
- Legacy widget migration inventory and subtype-based product card mapping.
- Release validation for frontend-only HACS resource packaging, documentation, and live-smoke entry points.
Changed
- Document first-use behavior explicitly: installation registers the frontend resource but does not auto-create a Home Assistant dashboard.
- Document the optional
ha_yeelight_themesdependency and default theme fallback behavior. - Product-card aggregate controls now prefer stable Home Assistant native routes such as entity registry, area dashboard, scene dashboard, lighting, security, history, media browser, and repairs.
- Product-card entity rows, titles, and body areas now open Home Assistant native more-info dialogs instead of limiting details to icon-only clicks.
Fixed
- Strategy Editor
config-changedevents now preservestrategy.type: custom:yeelight-dashboard, avoiding Home Assistant's "No type provided" validation error after visual edits. - Live resource smoke now checks the installed
/local/ha_yeelight_dashboard.jshash against the builtdist/bundle before validating Lovelace resource registration.
Removed
- Removed outdated backend panel/API release notes that do not apply to this frontend-only dashboard strategy package.