mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Add dhcp support for newer powerwall gateways (#82236)
This commit is contained in:
parent
6424c71daa
commit
4c8850ec7b
@ -8,6 +8,9 @@
|
||||
"dhcp": [
|
||||
{
|
||||
"hostname": "1118431-*"
|
||||
},
|
||||
{
|
||||
"hostname": "1232100-*"
|
||||
}
|
||||
],
|
||||
"iot_class": "local_polling",
|
||||
|
@ -326,6 +326,10 @@ DHCP: list[dict[str, str | bool]] = [
|
||||
"domain": "powerwall",
|
||||
"hostname": "1118431-*",
|
||||
},
|
||||
{
|
||||
"domain": "powerwall",
|
||||
"hostname": "1232100-*",
|
||||
},
|
||||
{
|
||||
"domain": "prusalink",
|
||||
"macaddress": "109C70*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user