core/homeassistant/components/pure_energie/manifest.json

17 lines
392 B
JSON
Raw Normal View History

2022-02-19 16:53:25 +00:00
{
"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*"
}
]
2022-03-30 08:56:37 +00:00
}