hass-core/homeassistant/components/powerwall/manifest.json
bubonicbob c74bef265a
Update powerwall for tesla_powerwall 0.5.0 which is async (#107164)
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-01-10 11:21:53 -10:00

18 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.0"]
}