mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 02:13:44 +02:00
87606bc12b
* Bump plexapi to 3.2.0 * Bump to 3.3.0
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.3.0",
|
|
"plexauth==0.0.5",
|
|
"plexwebsocket==0.0.5"
|
|
],
|
|
"dependencies": [
|
|
"http"
|
|
],
|
|
"codeowners": [
|
|
"@jjlawren"
|
|
]
|
|
}
|