core/homeassistant/components/flux_led/manifest.json

58 lines
1.1 KiB
JSON
Raw Normal View History

{
"domain": "flux_led",
2021-12-08 08:30:22 +00:00
"name": "Magic Home",
"codeowners": ["@icemanch"],
"config_flow": true,
"dependencies": ["network"],
"dhcp": [
2023-02-08 19:19:19 +00:00
{
"registered_devices": true
},
2022-03-30 08:56:37 +00:00
{
"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": "hf-lpb100-zj*"
},
2022-03-30 08:56:37 +00:00
{
"hostname": "zengge_[0-9a-f][0-9a-f]_*"
},
2023-07-19 04:50:29 +00:00
{
"hostname": "zengge"
},
2022-03-30 08:56:37 +00:00
{
"macaddress": "C82E47*",
"hostname": "sta*"
}
],
2023-02-08 19:19:19 +00:00
"documentation": "https://www.home-assistant.io/integrations/flux_led",
"iot_class": "local_push",
"loggers": ["flux_led"],
2024-12-22 18:56:09 +00:00
"requirements": ["flux-led==1.1.0"]
}