mirror of https://github.com/home-assistant/core
26 lines
519 B
JSON
26 lines
519 B
JSON
{
|
|
"domain": "motion_blinds",
|
|
"name": "Motionblinds",
|
|
"codeowners": ["@starkillerOG"],
|
|
"config_flow": true,
|
|
"dependencies": ["network"],
|
|
"dhcp": [
|
|
{
|
|
"registered_devices": true
|
|
},
|
|
{
|
|
"hostname": "motion_*"
|
|
},
|
|
{
|
|
"hostname": "brel_*"
|
|
},
|
|
{
|
|
"hostname": "connector_*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/motion_blinds",
|
|
"iot_class": "local_push",
|
|
"loggers": ["motionblinds"],
|
|
"requirements": ["motionblinds==0.6.25"]
|
|
}
|