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",
2023-02-08 19:13:46 +00:00
"codeowners": ["@klaasnicolaas"],
2022-02-19 16:53:25 +00:00
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/pure_energie",
"iot_class": "local_polling",
2023-02-08 19:13:46 +00:00
"quality_scale": "platinum",
2023-02-12 17:53:05 +00:00
"requirements": ["gridnet==4.2.0"],
2022-02-19 16:53:25 +00:00
"zeroconf": [
{
"type": "_http._tcp.local.",
"name": "smartbridge*"
}
]
2022-03-30 08:56:37 +00:00
}