* Add DSMR Reader sensor tests * Change to paramatization * Removing patch * Emulate the test * Go for 100% test coverage * Adding defintions.py * Add myself as code owner to keep improving
10 lines
296 B
JSON
10 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/#"]
|
|
}
|