mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
14 lines
392 B
JSON
14 lines
392 B
JSON
{
|
|
"domain": "greencell",
|
|
"name": "Greencell",
|
|
"codeowners": ["@BrzezowskiGC"],
|
|
"config_flow": true,
|
|
"dependencies": ["mqtt"],
|
|
"documentation": "https://www.home-assistant.io/integrations/greencell",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"mqtt": ["/greencell/broadcast/device"],
|
|
"quality_scale": "bronze",
|
|
"requirements": ["greencell_client==1.0.3"]
|
|
}
|