1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/plex/manifest.json
2021-09-13 15:46:54 +02:00

15 lines
333 B
JSON

{
"domain": "plex",
"name": "Plex Media Server",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/plex",
"requirements": [
"plexapi==4.7.1",
"plexauth==0.0.6",
"plexwebsocket==0.0.13"
],
"dependencies": ["http"],
"codeowners": ["@jjlawren"],
"iot_class": "local_push"
}