mirror of https://github.com/home-assistant/core
19 lines
429 B
JSON
19 lines
429 B
JSON
{
|
|
"domain": "powerwall",
|
|
"name": "Tesla Powerwall",
|
|
"codeowners": ["@bdraco", "@jrester", "@daniel-simpson"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "1118431-*"
|
|
},
|
|
{
|
|
"hostname": "1232100-*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/powerwall",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["tesla_powerwall"],
|
|
"requirements": ["tesla-powerwall==0.5.2"]
|
|
}
|