mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 08:07:45 +00:00
11 lines
296 B
JSON
11 lines
296 B
JSON
{
|
|
"domain": "econet",
|
|
"name": "Rheem EcoNet Products",
|
|
"codeowners": ["@w1ll1am23"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/econet",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["paho_mqtt", "pyeconet"],
|
|
"requirements": ["pyeconet==0.1.23"]
|
|
}
|