core/homeassistant/components/clementine/manifest.json

10 lines
284 B
JSON
Raw Normal View History

{
"domain": "clementine",
"name": "Clementine Music Player",
"codeowners": [],
2023-02-08 19:16:39 +00:00
"documentation": "https://www.home-assistant.io/integrations/clementine",
"iot_class": "local_polling",
2023-02-08 19:16:39 +00:00
"loggers": ["clementineremote"],
"requirements": ["python-clementine-remote==1.0.1"]
}