2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "plex",
|
|
|
|
"name": "Plex",
|
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",
|
2019-04-04 04:14:45 +00:00
|
|
|
"requirements": [
|
2019-11-12 03:30:07 +00:00
|
|
|
"plexapi==3.3.0",
|
2019-10-25 16:37:50 +00:00
|
|
|
"plexauth==0.0.5",
|
2019-11-11 18:26:56 +00:00
|
|
|
"plexwebsocket==0.0.5"
|
2019-04-04 04:14:45 +00:00
|
|
|
],
|
2019-10-01 21:26:33 +00:00
|
|
|
"dependencies": [
|
|
|
|
"http"
|
|
|
|
],
|
2019-09-11 18:21:08 +00:00
|
|
|
"codeowners": [
|
|
|
|
"@jjlawren"
|
|
|
|
]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|