core/homeassistant/components/ripple/manifest.json

10 lines
244 B
JSON
Raw Normal View History

{
"domain": "ripple",
"name": "Ripple",
"codeowners": [],
2023-02-08 19:13:46 +00:00
"documentation": "https://www.home-assistant.io/integrations/ripple",
"iot_class": "cloud_polling",
2023-02-08 19:13:46 +00:00
"loggers": ["pyripple"],
"requirements": ["python-ripple-api==0.0.3"]
}