mirror of https://github.com/home-assistant/core
17 lines
423 B
JSON
17 lines
423 B
JSON
{
|
|
"domain": "plex",
|
|
"name": "Plex Media Server",
|
|
"codeowners": ["@jjlawren"],
|
|
"config_flow": true,
|
|
"dependencies": ["http"],
|
|
"documentation": "https://www.home-assistant.io/integrations/plex",
|
|
"iot_class": "local_push",
|
|
"loggers": ["plexapi", "plexwebsocket"],
|
|
"requirements": [
|
|
"PlexAPI==4.15.16",
|
|
"plexauth==0.0.6",
|
|
"plexwebsocket==0.0.14"
|
|
],
|
|
"zeroconf": ["_plexmediasvr._tcp.local."]
|
|
}
|