mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Add discovery support for single channel magichome controllers (#57736)
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user