core/homeassistant/components/watttime/manifest.json

12 lines
312 B
JSON
Raw Normal View History

2021-09-21 04:10:24 +00:00
{
"domain": "watttime",
"name": "WattTime",
2023-02-08 19:10:18 +00:00
"codeowners": ["@bachya"],
2021-09-21 04:10:24 +00:00
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/watttime",
2023-02-08 19:10:18 +00:00
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["aiowatttime"],
2023-02-08 19:10:18 +00:00
"requirements": ["aiowatttime==0.1.1"]
2021-09-21 04:10:24 +00:00
}