core/homeassistant/components/plex/manifest.json

15 lines
333 B
JSON
Raw Normal View History

{
"domain": "plex",
"name": "Plex Media Server",
"config_flow": true,
"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",
"plexauth==0.0.6",
"plexwebsocket==0.0.13"
2020-05-29 11:24:35 +00:00
],
"dependencies": ["http"],
"codeowners": ["@jjlawren"],
"iot_class": "local_push"
}