core/homeassistant/components/plex/manifest.json

17 lines
423 B
JSON
Raw Normal View History

{
"domain": "plex",
"name": "Plex Media Server",
2023-02-08 19:32:43 +00:00
"codeowners": ["@jjlawren"],
"config_flow": true,
2023-02-08 19:32:43 +00:00
"dependencies": ["http"],
"documentation": "https://www.home-assistant.io/integrations/plex",
2023-02-08 19:32:43 +00:00
"iot_class": "local_push",
"loggers": ["plexapi", "plexwebsocket"],
2020-05-29 11:24:35 +00:00
"requirements": [
2024-05-19 09:36:25 +00:00
"PlexAPI==4.15.13",
"plexauth==0.0.6",
2023-10-09 06:32:47 +00:00
"plexwebsocket==0.0.14"
2020-05-29 11:24:35 +00:00
],
2023-02-08 19:32:43 +00:00
"zeroconf": ["_plexmediasvr._tcp.local."]
}