mirror of https://github.com/home-assistant/core
16 lines
453 B
JSON
16 lines
453 B
JSON
{
|
|
"domain": "eheimdigital",
|
|
"name": "EHEIM Digital",
|
|
"codeowners": ["@autinerd"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/eheimdigital",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["eheimdigital"],
|
|
"quality_scale": "bronze",
|
|
"requirements": ["eheimdigital==1.0.5"],
|
|
"zeroconf": [
|
|
{ "type": "_http._tcp.local.", "name": "eheimdigital._http._tcp.local." }
|
|
]
|
|
}
|