core/homeassistant/components/watttime/manifest.json

11 lines
279 B
JSON

{
"domain": "watttime",
"name": "WattTime",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/watttime",
"requirements": ["aiowatttime==0.1.1"],
"codeowners": ["@bachya"],
"iot_class": "cloud_polling",
"loggers": ["aiowatttime"]
}