2020-11-23 20:33:14 +00:00
|
|
|
{
|
|
|
|
"domain": "motion_blinds",
|
|
|
|
"name": "Motion Blinds",
|
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/motion_blinds",
|
2022-04-26 02:19:34 +00:00
|
|
|
"requirements": ["motionblinds==0.6.5"],
|
2021-10-18 21:34:51 +00:00
|
|
|
"dependencies": ["network"],
|
2022-03-28 23:01:17 +00:00
|
|
|
"dhcp": [
|
2022-03-30 08:56:37 +00:00
|
|
|
{ "registered_devices": true },
|
2022-03-28 23:01:17 +00:00
|
|
|
{
|
|
|
|
"hostname": "motion_*"
|
2022-03-30 22:14:22 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"hostname": "brel_*"
|
2022-04-03 15:22:15 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"hostname": "connector_*"
|
2022-03-28 23:01:17 +00:00
|
|
|
}
|
|
|
|
],
|
2021-04-15 08:21:38 +00:00
|
|
|
"codeowners": ["@starkillerOG"],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
|
|
|
"loggers": ["motionblinds"]
|
2020-12-23 23:15:11 +00:00
|
|
|
}
|