mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
15 lines
392 B
JSON
15 lines
392 B
JSON
{
|
|
"domain": "inels",
|
|
"name": "iNELS",
|
|
"codeowners": ["@epdevlab"],
|
|
"config_flow": true,
|
|
"dependencies": ["mqtt"],
|
|
"documentation": "https://www.home-assistant.io/integrations/inels",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"mqtt": ["inels/status/#"],
|
|
"quality_scale": "bronze",
|
|
"requirements": ["elkoep-aio-mqtt==0.1.0b4"],
|
|
"single_config_entry": true
|
|
}
|