From aa97be71a81c89d0fb9cf9cebdceb116c41d20b3 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 13 Feb 2020 00:36:15 +0100 Subject: [PATCH] Fix spelling of apcupsd in manifest (#31770) --- homeassistant/components/apcupsd/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/apcupsd/manifest.json b/homeassistant/components/apcupsd/manifest.json index a8a5506fc0a0..5908523e6d89 100644 --- a/homeassistant/components/apcupsd/manifest.json +++ b/homeassistant/components/apcupsd/manifest.json @@ -1,6 +1,6 @@ { "domain": "apcupsd", - "name": "APCUPSd", + "name": "apcupsd", "documentation": "https://www.home-assistant.io/integrations/apcupsd", "requirements": ["apcaccess==0.0.13"], "dependencies": [],