1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 15:44:52 +01:00
Files
core/homeassistant/components/dsmr_reader/manifest.json
2025-10-28 12:44:38 +01:00

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/#"]
}