core/homeassistant/components/emby/manifest.json

10 lines
229 B
JSON
Raw Normal View History

{
"domain": "emby",
"name": "Emby",
"codeowners": ["@mezz64"],
2023-02-08 19:19:19 +00:00
"documentation": "https://www.home-assistant.io/integrations/emby",
"iot_class": "local_push",
2023-02-08 19:19:19 +00:00
"loggers": ["pyemby"],
2023-06-22 22:00:27 +00:00
"requirements": ["pyEmby==1.9"]
}