core/homeassistant/components/powerwall/manifest.json

16 lines
368 B
JSON

{
"domain": "powerwall",
"name": "Tesla Powerwall",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/powerwall",
"requirements": ["tesla-powerwall==0.3.17"],
"codeowners": ["@bdraco", "@jrester"],
"dhcp": [
{
"hostname": "1118431-*"
}
],
"iot_class": "local_polling",
"loggers": ["tesla_powerwall"]
}