core/homeassistant/components/powerwall/manifest.json

13 lines
366 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*"}
]
}