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-06-17 07:02:23 +00:00
|
|
|
"plexapi==4.6.1",
|
2021-04-15 08:21:38 +00:00
|
|
|
"plexauth==0.0.6",
|
|
|
|
"plexwebsocket==0.0.13"
|
2020-05-29 11:24:35 +00:00
|
|
|
],
|
2020-01-06 20:28:23 +00:00
|
|
|
"dependencies": ["http"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"codeowners": ["@jjlawren"],
|
|
|
|
"iot_class": "local_push"
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|