18 lines
306 B
JSON
18 lines
306 B
JSON
{
|
|
"domain": "plex",
|
|
"name": "Plex",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/plex",
|
|
"requirements": [
|
|
"plexapi==3.0.6",
|
|
"plexauth==0.0.5",
|
|
"plexwebsocket==0.0.3"
|
|
],
|
|
"dependencies": [
|
|
"http"
|
|
],
|
|
"codeowners": [
|
|
"@jjlawren"
|
|
]
|
|
}
|