diff --git a/homeassistant/components/motion_blinds/manifest.json b/homeassistant/components/motion_blinds/manifest.json index 54aa5c97659..505e1943678 100644 --- a/homeassistant/components/motion_blinds/manifest.json +++ b/homeassistant/components/motion_blinds/manifest.json @@ -19,5 +19,21 @@ ], "codeowners": ["@starkillerOG"], "iot_class": "local_push", - "loggers": ["motionblinds"] + "loggers": ["motionblinds"], + "supported_brands": { + "amp_motorization": "AMP Motorization", + "bliss_automation": "Bliss Automation", + "bloc_blinds": "Bloc Blinds", + "brel_home": "Brel Home", + "3_day_blinds": "3 Day Blinds", + "dooya": "Dooya", + "gaviota": "Gaviota", + "hurrican_shutters_wholesale": "Hurrican Shutters Wholesale", + "ismartwindow": "iSmartWindow", + "martec": "Martec", + "raven_rock_mrg": "Raven Rock MRG", + "smart_blinds": "Smart Blinds", + "smart_home": "Smart Home", + "uprise_smart_shades": "Uprise Smart Shades" + } }