mirror of https://github.com/home-assistant/core
16 lines
331 B
JSON
16 lines
331 B
JSON
{
|
|
"domain": "fronius",
|
|
"name": "Fronius",
|
|
"codeowners": ["@farmio"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"macaddress": "0003AC*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/fronius",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pyfronius"],
|
|
"requirements": ["PyFronius==0.7.3"]
|
|
}
|