From 00a088b75cf0a30b241ea48eba343c15413d61b7 Mon Sep 17 00:00:00 2001 From: starkillerOG Date: Sun, 3 Apr 2022 17:22:15 +0200 Subject: [PATCH] Motion Blinds integration add dhcp discovery for Connector (#68969) --- homeassistant/components/motion_blinds/manifest.json | 3 +++ homeassistant/generated/dhcp.py | 1 + 2 files changed, 4 insertions(+) diff --git a/homeassistant/components/motion_blinds/manifest.json b/homeassistant/components/motion_blinds/manifest.json index b1def929f67..7a8a8a3fadf 100644 --- a/homeassistant/components/motion_blinds/manifest.json +++ b/homeassistant/components/motion_blinds/manifest.json @@ -12,6 +12,9 @@ }, { "hostname": "brel_*" + }, + { + "hostname": "connector_*" } ], "codeowners": ["@starkillerOG"], diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index 9afd63d1bd6..660666410f7 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -58,6 +58,7 @@ DHCP: list[dict[str, str | bool]] = [ {'domain': 'motion_blinds', 'registered_devices': True}, {'domain': 'motion_blinds', 'hostname': 'motion_*'}, {'domain': 'motion_blinds', 'hostname': 'brel_*'}, + {'domain': 'motion_blinds', 'hostname': 'connector_*'}, {'domain': 'myq', 'macaddress': '645299*'}, {'domain': 'nest', 'macaddress': '18B430*'}, {'domain': 'nest', 'macaddress': '641666*'},