mirror of https://github.com/home-assistant/core
12 lines
356 B
JSON
12 lines
356 B
JSON
{
|
|
"domain": "stiebel_eltron",
|
|
"name": "STIEBEL ELTRON",
|
|
"codeowners": ["@fucm"],
|
|
"dependencies": ["modbus"],
|
|
"documentation": "https://www.home-assistant.io/integrations/stiebel_eltron",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pymodbus", "pystiebeleltron"],
|
|
"quality_scale": "legacy",
|
|
"requirements": ["pystiebeleltron==0.0.1.dev2"]
|
|
}
|