From f41ba39a5edc64d0a9ce5274cd4032c25cf73bdb Mon Sep 17 00:00:00 2001 From: Robert Hillis Date: Sun, 28 Aug 2022 22:11:57 -0400 Subject: [PATCH] Add Litter Robot 4 DHCP discovery (#77463) --- homeassistant/components/litterrobot/manifest.json | 1 + homeassistant/generated/dhcp.py | 1 + 2 files changed, 2 insertions(+) diff --git a/homeassistant/components/litterrobot/manifest.json b/homeassistant/components/litterrobot/manifest.json index 9c5eb1486bf..32619979270 100644 --- a/homeassistant/components/litterrobot/manifest.json +++ b/homeassistant/components/litterrobot/manifest.json @@ -4,6 +4,7 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/litterrobot", "requirements": ["pylitterbot==2022.8.0"], + "dhcp": [{ "hostname": "litter-robot4" }], "codeowners": ["@natekspencer"], "iot_class": "cloud_polling", "loggers": ["pylitterbot"] diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index 841db03c3a6..77255577cc2 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -62,6 +62,7 @@ DHCP: list[dict[str, str | bool]] = [ {'domain': 'isy994', 'hostname': 'polisy*', 'macaddress': '000DB9*'}, {'domain': 'lifx', 'macaddress': 'D073D5*'}, {'domain': 'lifx', 'registered_devices': True}, + {'domain': 'litterrobot', 'hostname': 'litter-robot4'}, {'domain': 'lyric', 'hostname': 'lyric-*', 'macaddress': '48A2E6*'}, {'domain': 'lyric', 'hostname': 'lyric-*', 'macaddress': 'B82CA0*'}, {'domain': 'lyric', 'hostname': 'lyric-*', 'macaddress': '00D02D*'},