mirror of
https://github.com/home-assistant/core.git
synced 2026-02-27 21:35:48 +00:00
13 lines
344 B
JSON
13 lines
344 B
JSON
{
|
|
"domain": "iometer",
|
|
"name": "IOmeter",
|
|
"codeowners": ["@jukrebs"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/iometer",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"quality_scale": "bronze",
|
|
"requirements": ["iometer==0.4.0"],
|
|
"zeroconf": ["_iometer._tcp.local."]
|
|
}
|