2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "plex",
|
2020-01-07 12:28:35 +00:00
|
|
|
"name": "Plex Media Server",
|
2019-09-19 21:29:26 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"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",
|
2020-11-11 08:40:25 +00:00
|
|
|
"plexauth==0.0.6",
|
2021-03-25 18:12:12 +00:00
|
|
|
"plexwebsocket==0.0.13"
|
2020-05-29 11:24:35 +00:00
|
|
|
],
|
2020-01-06 20:28:23 +00:00
|
|
|
"dependencies": ["http"],
|
|
|
|
"codeowners": ["@jjlawren"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|