1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 21:21:46 +01:00
Files
core/homeassistant/components/pure_energie/manifest.json
2024-11-20 20:54:15 +01:00

16 lines
361 B
JSON

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