From 8793cf4996b194680e6a2ef89fe814e7fc5b9930 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 4 Aug 2022 15:57:00 +0200 Subject: [PATCH] Fix spelling of OpenWrt in luci integration manifest (#76219) --- homeassistant/components/luci/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/luci/manifest.json b/homeassistant/components/luci/manifest.json index 2d61852689a..b24c0234de9 100644 --- a/homeassistant/components/luci/manifest.json +++ b/homeassistant/components/luci/manifest.json @@ -1,6 +1,6 @@ { "domain": "luci", - "name": "OpenWRT (luci)", + "name": "OpenWrt (luci)", "documentation": "https://www.home-assistant.io/integrations/luci", "requirements": ["openwrt-luci-rpc==1.1.11"], "codeowners": ["@mzdrale"],