core/homeassistant/components/openerz/manifest.json

10 lines
255 B
JSON
Raw Normal View History

{
"domain": "openerz",
"name": "Open ERZ",
"codeowners": ["@misialq"],
2023-02-08 19:32:43 +00:00
"documentation": "https://www.home-assistant.io/integrations/openerz",
"iot_class": "cloud_polling",
2023-02-08 19:32:43 +00:00
"loggers": ["openerz_api"],
2024-01-23 14:14:41 +00:00
"requirements": ["openerz-api==0.3.0"]
}