1
mirror of https://github.com/home-assistant/core synced 2024-09-12 15:16:21 +02:00
ha-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 13:24:35 +02:00
"requirements": [
"plexapi==4.5.1",
"plexauth==0.0.6",
"plexwebsocket==0.0.13"
2020-05-29 13:24:35 +02:00
],
"dependencies": ["http"],
"codeowners": ["@jjlawren"],
"iot_class": "local_push"
}