1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/powerfox/manifest.json
2025-01-23 20:52:54 +01:00

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.1"],
"zeroconf": [
{
"type": "_http._tcp.local.",
"name": "powerfox*"
}
]
}