hass-core/homeassistant/components/dsmr/manifest.json
2024-08-06 14:55:37 +02:00

11 lines
309 B
JSON

{
"domain": "dsmr",
"name": "DSMR Smart Meter",
"codeowners": ["@Robbie1221"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/dsmr",
"integration_type": "hub",
"iot_class": "local_push",
"loggers": ["dsmr_parser"],
"requirements": ["dsmr-parser==1.4.2"]
}