40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"domain": "motion_blinds",
|
|
"name": "Motion Blinds",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/motion_blinds",
|
|
"requirements": ["motionblinds==0.6.7"],
|
|
"dependencies": ["network"],
|
|
"dhcp": [
|
|
{ "registered_devices": true },
|
|
{
|
|
"hostname": "motion_*"
|
|
},
|
|
{
|
|
"hostname": "brel_*"
|
|
},
|
|
{
|
|
"hostname": "connector_*"
|
|
}
|
|
],
|
|
"codeowners": ["@starkillerOG"],
|
|
"iot_class": "local_push",
|
|
"loggers": ["motionblinds"],
|
|
"supported_brands": {
|
|
"amp_motorization": "AMP Motorization",
|
|
"bliss_automation": "Bliss Automation",
|
|
"bloc_blinds": "Bloc Blinds",
|
|
"brel_home": "Brel Home",
|
|
"3_day_blinds": "3 Day Blinds",
|
|
"dooya": "Dooya",
|
|
"gaviota": "Gaviota",
|
|
"hurrican_shutters_wholesale": "Hurrican Shutters Wholesale",
|
|
"ismartwindow": "iSmartWindow",
|
|
"martec": "Martec",
|
|
"raven_rock_mfg": "Raven Rock MFG",
|
|
"smart_blinds": "Smart Blinds",
|
|
"smart_home": "Smart Home",
|
|
"uprise_smart_shades": "Uprise Smart Shades"
|
|
}
|
|
}
|