chore: release v0.2.0
Release / release (push) Successful in 2s

Production-readiness pass: security hardening, performance improvements,
new services (send_message, set_repeat, refresh_library), diagnostics,
reauth flow, image proxy, per-instance device IDs, exponential WS
reconnect backoff, ID validation, stale device cleanup, and supporting
integration plumbing. Three rounds of independent code review applied.

See RELEASE_NOTES.md for the full changelog.
This commit is contained in:
2026-05-26 13:16:36 +03:00
parent 56c1125ef2
commit 6ae0ed1787
18 changed files with 2170 additions and 645 deletions
+20 -3
View File
@@ -4,9 +4,26 @@
"codeowners": [],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/your-repo/haos-integration-emby",
"documentation": "https://git.dolgolyov-family.by/alexei.dolgolyov/haos-integration-emby",
"integration_type": "hub",
"iot_class": "local_push",
"issue_tracker": "https://github.com/your-repo/haos-integration-emby/issues",
"issue_tracker": "https://git.dolgolyov-family.by/alexei.dolgolyov/haos-integration-emby/issues",
"loggers": ["custom_components.emby_player"],
"quality_scale": "silver",
"requirements": [],
"version": "1.0.0"
"ssdp": [
{
"manufacturer": "Emby"
},
{
"deviceType": "urn:schemas-upnp-org:device:MediaServer:1",
"manufacturer": "Emby"
}
],
"version": "0.2.0",
"zeroconf": [
{
"type": "_emby._tcp.local."
}
]
}