core/homeassistant/components/motion_blinds/manifest.json

10 lines
269 B
JSON

{
"domain": "motion_blinds",
"name": "Motion Blinds",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/motion_blinds",
"requirements": ["motionblinds==0.4.10"],
"codeowners": ["@starkillerOG"],
"iot_class": "local_push"
}