core/homeassistant/components/motion_blinds/manifest.json

24 lines
509 B
JSON
Raw Normal View History

{
"domain": "motion_blinds",
"name": "Motion Blinds",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/motion_blinds",
"requirements": ["motionblinds==0.6.5"],
"dependencies": ["network"],
"dhcp": [
2022-03-30 08:56:37 +00:00
{ "registered_devices": true },
{
"hostname": "motion_*"
},
{
"hostname": "brel_*"
},
{
"hostname": "connector_*"
}
],
"codeowners": ["@starkillerOG"],
"iot_class": "local_push",
"loggers": ["motionblinds"]
}