24 lines
510 B
JSON
24 lines
510 B
JSON
{
|
|
"domain": "motion_blinds",
|
|
"name": "Motion Blinds",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/motion_blinds",
|
|
"requirements": ["motionblinds==0.6.13"],
|
|
"dependencies": ["network"],
|
|
"dhcp": [
|
|
{ "registered_devices": true },
|
|
{
|
|
"hostname": "motion_*"
|
|
},
|
|
{
|
|
"hostname": "brel_*"
|
|
},
|
|
{
|
|
"hostname": "connector_*"
|
|
}
|
|
],
|
|
"codeowners": ["@starkillerOG"],
|
|
"iot_class": "local_push",
|
|
"loggers": ["motionblinds"]
|
|
}
|