core/homeassistant/components/plex/manifest.json

17 lines
276 B
JSON
Raw Normal View History

{
"domain": "plex",
"name": "Plex",
"config_flow": true,
"documentation": "https://www.home-assistant.io/components/plex",
"requirements": [
"plexapi==3.0.6",
"plexauth==0.0.4"
],
2019-10-01 21:26:33 +00:00
"dependencies": [
"http"
],
"codeowners": [
"@jjlawren"
]
}