ha-core/homeassistant/components/powerwall/manifest.json

20 lines
438 B
JSON

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