core/homeassistant/components/powerfox/manifest.json

17 lines
376 B
JSON

{
"domain": "powerfox",
"name": "Powerfox",
"codeowners": ["@klaasnicolaas"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/powerfox",
"iot_class": "cloud_polling",
"quality_scale": "silver",
"requirements": ["powerfox==1.2.0"],
"zeroconf": [
{
"type": "_http._tcp.local.",
"name": "powerfox*"
}
]
}