1
mirror of https://github.com/home-assistant/core synced 2024-09-28 03:04:04 +02:00
ha-core/homeassistant/components/srp_energy/manifest.json
2022-02-19 18:08:27 +01:00

11 lines
281 B
JSON

{
"domain": "srp_energy",
"name": "SRP Energy",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/srp_energy",
"requirements": ["srpenergy==1.3.6"],
"codeowners": ["@briglx"],
"iot_class": "cloud_polling",
"loggers": ["srpenergy"]
}