mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00
18 lines
336 B
JSON
18 lines
336 B
JSON
{
|
|
"domain": "watttime",
|
|
"name": "WattTime",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/watttime",
|
|
"requirements": [
|
|
"aiowatttime==0.1.1"
|
|
],
|
|
"ssdp": [],
|
|
"zeroconf": [],
|
|
"homekit": {},
|
|
"dependencies": [],
|
|
"codeowners": [
|
|
"@bachya"
|
|
],
|
|
"iot_class": "cloud_polling"
|
|
}
|