From 53703448eccbe5637549ca7d7e26a205b22c8056 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 3 Aug 2023 00:20:35 -1000 Subject: [PATCH] Fix typo in tplink OUI (#97644) The last two were reversed for https://ouilookup.com/search/788cb5 --- homeassistant/components/tplink/manifest.json | 2 +- homeassistant/generated/dhcp.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/tplink/manifest.json b/homeassistant/components/tplink/manifest.json index c33106d13cc..b2fcc5c0161 100644 --- a/homeassistant/components/tplink/manifest.json +++ b/homeassistant/components/tplink/manifest.json @@ -154,7 +154,7 @@ }, { "hostname": "k[lps]*", - "macaddress": "788C5B*" + "macaddress": "788CB5*" } ], "documentation": "https://www.home-assistant.io/integrations/tplink", diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index 8b5dd91f64c..91a02ac3e06 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -782,7 +782,7 @@ DHCP: list[dict[str, str | bool]] = [ { "domain": "tplink", "hostname": "k[lps]*", - "macaddress": "788C5B*", + "macaddress": "788CB5*", }, { "domain": "tuya",