SMA add DHCP discovery (#135843)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
9
homeassistant/generated/dhcp.py
generated
9
homeassistant/generated/dhcp.py
generated
@@ -613,6 +613,15 @@ DHCP: Final[list[dict[str, str | bool]]] = [
|
||||
"domain": "sleepiq",
|
||||
"macaddress": "64DBA0*",
|
||||
},
|
||||
{
|
||||
"domain": "sma",
|
||||
"hostname": "sma*",
|
||||
"macaddress": "0015BB*",
|
||||
},
|
||||
{
|
||||
"domain": "sma",
|
||||
"registered_devices": True,
|
||||
},
|
||||
{
|
||||
"domain": "smartthings",
|
||||
"hostname": "st*",
|
||||
|
||||
Reference in New Issue
Block a user