Files
haos-hacs-emby-media-player/custom_components/emby_player/manifest.json
T
alexei.dolgolyov 6ae0ed1787
Release / release (push) Successful in 2s
chore: release v0.2.0
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.
2026-05-26 13:16:36 +03:00

30 lines
730 B
JSON

{
"domain": "emby_player",
"name": "Emby Media Player",
"codeowners": [],
"config_flow": true,
"dependencies": [],
"documentation": "https://git.dolgolyov-family.by/alexei.dolgolyov/haos-integration-emby",
"integration_type": "hub",
"iot_class": "local_push",
"issue_tracker": "https://git.dolgolyov-family.by/alexei.dolgolyov/haos-integration-emby/issues",
"loggers": ["custom_components.emby_player"],
"quality_scale": "silver",
"requirements": [],
"ssdp": [
{
"manufacturer": "Emby"
},
{
"deviceType": "urn:schemas-upnp-org:device:MediaServer:1",
"manufacturer": "Emby"
}
],
"version": "0.2.0",
"zeroconf": [
{
"type": "_emby._tcp.local."
}
]
}