1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 21:21:46 +01:00
Files
core/homeassistant/components/huisbaasje/manifest.json
Bouke Haarsma 28eef00cce Huisbaasje rebranded to EnergyFlip (#120151)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-06-22 19:09:40 +02:00

11 lines
297 B
JSON

{
"domain": "huisbaasje",
"name": "EnergyFlip",
"codeowners": ["@dennisschroer"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/huisbaasje",
"iot_class": "cloud_polling",
"loggers": ["energyflip"],
"requirements": ["energyflip-client==0.2.2"]
}