mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Add dhcp hostname of older ZJ series Magic Home bulbs to discovery (#70958)
This commit is contained in:
parent
e41490f8ba
commit
6a131ca7de
@ -38,6 +38,9 @@
|
|||||||
"macaddress": "8CCE4E*",
|
"macaddress": "8CCE4E*",
|
||||||
"hostname": "lwip*"
|
"hostname": "lwip*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"hostname": "hf-lpb100-zj*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"hostname": "zengge_[0-9a-f][0-9a-f]_*"
|
"hostname": "zengge_[0-9a-f][0-9a-f]_*"
|
||||||
},
|
},
|
||||||
|
@ -36,6 +36,7 @@ DHCP: list[dict[str, str | bool]] = [
|
|||||||
{'domain': 'flux_led', 'hostname': '[ba][lk]*', 'macaddress': 'B4E842*'},
|
{'domain': 'flux_led', 'hostname': '[ba][lk]*', 'macaddress': 'B4E842*'},
|
||||||
{'domain': 'flux_led', 'hostname': '[hba][flk]*', 'macaddress': 'F0FE6B*'},
|
{'domain': 'flux_led', 'hostname': '[hba][flk]*', 'macaddress': 'F0FE6B*'},
|
||||||
{'domain': 'flux_led', 'hostname': 'lwip*', 'macaddress': '8CCE4E*'},
|
{'domain': 'flux_led', 'hostname': 'lwip*', 'macaddress': '8CCE4E*'},
|
||||||
|
{'domain': 'flux_led', 'hostname': 'hf-lpb100-zj*'},
|
||||||
{'domain': 'flux_led', 'hostname': 'zengge_[0-9a-f][0-9a-f]_*'},
|
{'domain': 'flux_led', 'hostname': 'zengge_[0-9a-f][0-9a-f]_*'},
|
||||||
{'domain': 'flux_led', 'hostname': 'sta*', 'macaddress': 'C82E47*'},
|
{'domain': 'flux_led', 'hostname': 'sta*', 'macaddress': 'C82E47*'},
|
||||||
{'domain': 'fronius', 'macaddress': '0003AC*'},
|
{'domain': 'fronius', 'macaddress': '0003AC*'},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user