core/homeassistant/components/stiebel_eltron/manifest.json

11 lines
327 B
JSON
Raw Normal View History

{
"domain": "stiebel_eltron",
"name": "STIEBEL ELTRON",
"codeowners": ["@fucm"],
2023-02-08 19:22:30 +00:00
"dependencies": ["modbus"],
"documentation": "https://www.home-assistant.io/integrations/stiebel_eltron",
"iot_class": "local_polling",
2023-02-08 19:22:30 +00:00
"loggers": ["pymodbus", "pystiebeleltron"],
"requirements": ["pystiebeleltron==0.0.1.dev2"]
}