core/homeassistant/components/plex/manifest.json

14 lines
310 B
JSON
Raw Normal View History

{
"domain": "plex",
"name": "Plex Media Server",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/plex",
2020-05-29 11:24:35 +00:00
"requirements": [
2021-03-25 07:41:21 +00:00
"plexapi==4.5.1",
"plexauth==0.0.6",
2021-03-25 18:12:12 +00:00
"plexwebsocket==0.0.13"
2020-05-29 11:24:35 +00:00
],
"dependencies": ["http"],
"codeowners": ["@jjlawren"]
}