core/homeassistant/components/plex/manifest.json

14 lines
310 B
JSON

{
"domain": "plex",
"name": "Plex Media Server",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/plex",
"requirements": [
"plexapi==4.4.1",
"plexauth==0.0.6",
"plexwebsocket==0.0.12"
],
"dependencies": ["http"],
"codeowners": ["@jjlawren"]
}