core/homeassistant/components/srp_energy/manifest.json

10 lines
253 B
JSON
Raw Normal View History

2020-11-20 13:18:02 +00:00
{
"domain": "srp_energy",
"name": "SRP Energy",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/srp_energy",
"requirements": ["srpenergy==1.3.2"],
"codeowners": ["@briglx"],
"iot_class": "cloud_polling"
}