core/homeassistant/components/pure_energie/manifest.json

17 lines
392 B
JSON

{
"domain": "pure_energie",
"name": "Pure Energie",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/pure_energie",
"requirements": ["gridnet==4.0.0"],
"codeowners": ["@klaasnicolaas"],
"quality_scale": "platinum",
"iot_class": "local_polling",
"zeroconf": [
{
"type": "_http._tcp.local.",
"name": "smartbridge*"
}
]
}