core/homeassistant/components/rympro/manifest.json

10 lines
279 B
JSON
Raw Normal View History

{
"domain": "rympro",
"name": "Read Your Meter Pro",
2023-02-08 19:13:46 +00:00
"codeowners": ["@OnFreund", "@elad-bar", "@maorcc"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/rympro",
2023-02-08 19:13:46 +00:00
"iot_class": "cloud_polling",
2023-03-23 09:05:08 +00:00
"requirements": ["pyrympro==0.0.7"]
}