diff --git a/homeassistant/components/motion_blinds/manifest.json b/homeassistant/components/motion_blinds/manifest.json index 4f4575ae6dd..b1def929f67 100644 --- a/homeassistant/components/motion_blinds/manifest.json +++ b/homeassistant/components/motion_blinds/manifest.json @@ -9,6 +9,9 @@ { "registered_devices": true }, { "hostname": "motion_*" + }, + { + "hostname": "brel_*" } ], "codeowners": ["@starkillerOG"], diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index 3780b7914c4..9afd63d1bd6 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -57,6 +57,7 @@ DHCP: list[dict[str, str | bool]] = [ {'domain': 'lyric', 'hostname': 'lyric-*', 'macaddress': '00D02D*'}, {'domain': 'motion_blinds', 'registered_devices': True}, {'domain': 'motion_blinds', 'hostname': 'motion_*'}, + {'domain': 'motion_blinds', 'hostname': 'brel_*'}, {'domain': 'myq', 'macaddress': '645299*'}, {'domain': 'nest', 'macaddress': '18B430*'}, {'domain': 'nest', 'macaddress': '641666*'},