core/homeassistant/components/pandora/manifest.json

10 lines
250 B
JSON
Raw Normal View History

{
"domain": "pandora",
"name": "Pandora",
"codeowners": [],
2023-02-08 19:32:43 +00:00
"documentation": "https://www.home-assistant.io/integrations/pandora",
"iot_class": "local_polling",
2023-02-08 19:32:43 +00:00
"loggers": ["pexpect", "ptyprocess"],
"requirements": ["pexpect==4.6.0"]
}