mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add discovery support for single channel magichome controllers (#57736)
This commit is contained in:
parent
bcff2b7858
commit
faf5c2eb40
@ -28,12 +28,13 @@
|
|||||||
"hostname": "lwip*"
|
"hostname": "lwip*"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"macaddress": "2462AB*",
|
"hostname": "zengge_35_*"
|
||||||
"hostname": "zengge_35*"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"macaddress": "70039F*",
|
"hostname": "zengge_0e_*"
|
||||||
"hostname": "zengge_0e*"
|
},
|
||||||
|
{
|
||||||
|
"hostname": "zengge_00_*"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"macaddress": "C82E47*",
|
"macaddress": "C82E47*",
|
||||||
|
@ -98,13 +98,15 @@ DHCP = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"domain": "flux_led",
|
"domain": "flux_led",
|
||||||
"macaddress": "2462AB*",
|
"hostname": "zengge_35_*"
|
||||||
"hostname": "zengge_35*"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"domain": "flux_led",
|
"domain": "flux_led",
|
||||||
"macaddress": "70039F*",
|
"hostname": "zengge_0e_*"
|
||||||
"hostname": "zengge_0e*"
|
},
|
||||||
|
{
|
||||||
|
"domain": "flux_led",
|
||||||
|
"hostname": "zengge_00_*"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"domain": "flux_led",
|
"domain": "flux_led",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user