core/homeassistant/components/easyenergy/manifest.json

12 lines
325 B
JSON
Raw Normal View History

2023-02-03 18:56:17 +00:00
{
"domain": "easyenergy",
"name": "easyEnergy",
2023-02-08 19:19:19 +00:00
"codeowners": ["@klaasnicolaas"],
2023-02-03 18:56:17 +00:00
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/easyenergy",
"integration_type": "service",
2023-02-03 18:56:17 +00:00
"iot_class": "cloud_polling",
"requirements": ["easyenergy==2.1.2"],
"single_config_entry": true
2023-02-03 18:56:17 +00:00
}