core/homeassistant/components/flux_led/manifest.json

50 lines
904 B
JSON
Raw Normal View History

{
"domain": "flux_led",
2021-12-08 08:30:22 +00:00
"name": "Magic Home",
"config_flow": true,
"dependencies": ["network"],
"documentation": "https://www.home-assistant.io/integrations/flux_led",
"requirements": ["flux_led==0.27.40"],
2021-10-18 16:52:17 +00:00
"quality_scale": "platinum",
"codeowners": ["@icemanch"],
"iot_class": "local_push",
"dhcp": [
{
"macaddress": "18B905*",
"hostname": "[ba][lk]*"
},
{
"macaddress": "249494*",
"hostname": "[ba][lk]*"
},
{
"macaddress": "7CB94C*",
"hostname": "[ba][lk]*"
},
{
"macaddress": "ACCF23*",
"hostname": "[hba][flk]*"
},
{
"macaddress": "B4E842*",
"hostname": "[ba][lk]*"
},
{
"macaddress": "F0FE6B*",
"hostname": "[hba][flk]*"
},
{
"macaddress": "8CCE4E*",
"hostname": "lwip*"
},
{
"hostname": "zengge_[0-9a-f][0-9a-f]_*"
},
{
"macaddress": "C82E47*",
"hostname": "sta*"
}
]
}