core/homeassistant/components/motion_blinds/manifest.json

26 lines
520 B
JSON
Raw Normal View History

{
"domain": "motion_blinds",
"name": "Motion Blinds",
2023-02-08 19:38:43 +00:00
"codeowners": ["@starkillerOG"],
"config_flow": true,
"dependencies": ["network"],
"dhcp": [
2023-02-08 19:38:43 +00:00
{
"registered_devices": true
},
{
"hostname": "motion_*"
},
{
"hostname": "brel_*"
},
{
"hostname": "connector_*"
}
],
2023-02-08 19:38:43 +00:00
"documentation": "https://www.home-assistant.io/integrations/motion_blinds",
"iot_class": "local_push",
2023-02-08 19:38:43 +00:00
"loggers": ["motionblinds"],
2023-02-09 20:43:28 +00:00
"requirements": ["motionblinds==0.6.16"]
}