mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +01:00
12 lines
328 B
JSON
12 lines
328 B
JSON
{
|
|
"domain": "dsmr_reader",
|
|
"name": "DSMR Reader",
|
|
"codeowners": ["@sorted-bits", "@glodenox", "@erwindouna"],
|
|
"config_flow": true,
|
|
"dependencies": ["mqtt"],
|
|
"documentation": "https://www.home-assistant.io/integrations/dsmr_reader",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"mqtt": ["dsmr/#"]
|
|
}
|