mirror of
https://github.com/home-assistant/core.git
synced 2026-04-30 05:31:11 +01:00
11 lines
296 B
JSON
11 lines
296 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",
|
|
"iot_class": "local_push",
|
|
"mqtt": ["dsmr/#"]
|
|
}
|