2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "plex",
|
|
|
|
"name": "Plex",
|
2019-09-19 21:29:26 +00:00
|
|
|
"config_flow": true,
|
2019-04-04 04:14:45 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/components/plex",
|
|
|
|
"requirements": [
|
2019-10-01 15:20:30 +00:00
|
|
|
"plexapi==3.0.6",
|
|
|
|
"plexauth==0.0.4"
|
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
|
|
|
}
|