Add DHCP discovery flow to bosch_alarm (#142250)
* Add dhcp discovery * Update homeassistant/components/bosch_alarm/config_flow.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * put mac address in entry instead of unique id * Update host and mac via dhcp discovery * add mac to connections * Abort dhcp flow if there is already an ongoing flow * apply changes from review * apply change from review * remove outdated test * fix snapshots * apply change from review * clean definition for connections * update quality scale --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
4
homeassistant/generated/dhcp.py
generated
4
homeassistant/generated/dhcp.py
generated
@@ -108,6 +108,10 @@ DHCP: Final[list[dict[str, str | bool]]] = [
|
||||
"hostname": "bond-*",
|
||||
"macaddress": "F44E38*",
|
||||
},
|
||||
{
|
||||
"domain": "bosch_alarm",
|
||||
"macaddress": "000463*",
|
||||
},
|
||||
{
|
||||
"domain": "broadlink",
|
||||
"registered_devices": True,
|
||||
|
||||
Reference in New Issue
Block a user