mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
18 lines
411 B
JSON
18 lines
411 B
JSON
{
|
|
"domain": "powerfox",
|
|
"name": "Powerfox Cloud",
|
|
"codeowners": ["@klaasnicolaas"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/powerfox",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_polling",
|
|
"quality_scale": "silver",
|
|
"requirements": ["powerfox==2.1.1"],
|
|
"zeroconf": [
|
|
{
|
|
"name": "powerfox*",
|
|
"type": "_http._tcp.local."
|
|
}
|
|
]
|
|
}
|