core/homeassistant/components/flux_led/manifest.json

26 lines
473 B
JSON
Raw Normal View History

{
"domain": "flux_led",
"name": "Flux LED/MagicHome",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/flux_led",
"requirements": ["flux_led==0.22"],
"codeowners": ["@icemanch"],
"iot_class": "local_polling",
"dhcp": [
{
"macaddress": "18B905*",
"hostname": "[ba][lk]*"
},
{
"macaddress": "249494*",
"hostname": "[ba][lk]*"
},
{
"macaddress": "B4E842*",
"hostname": "[ba][lk]*"
}
]
}