1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/plex/manifest.json
2020-01-07 13:28:35 +01:00

10 lines
287 B
JSON

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