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