core/homeassistant/components/emby/manifest.json

10 lines
230 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"],
2024-08-25 09:43:21 +00:00
"requirements": ["pyEmby==1.10"]
}