Add dhcp support for newer powerwall gateways (#82236)

This commit is contained in:
J. Nick Koston 2022-11-17 03:10:55 -06:00 committed by GitHub
parent 6424c71daa
commit 4c8850ec7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,9 @@
"dhcp": [ "dhcp": [
{ {
"hostname": "1118431-*" "hostname": "1118431-*"
},
{
"hostname": "1232100-*"
} }
], ],
"iot_class": "local_polling", "iot_class": "local_polling",

View File

@ -326,6 +326,10 @@ DHCP: list[dict[str, str | bool]] = [
"domain": "powerwall", "domain": "powerwall",
"hostname": "1118431-*", "hostname": "1118431-*",
}, },
{
"domain": "powerwall",
"hostname": "1232100-*",
},
{ {
"domain": "prusalink", "domain": "prusalink",
"macaddress": "109C70*", "macaddress": "109C70*",