From b5693ca6047a14e0f703d044833bafd9ff525f1c Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Fri, 7 Jun 2024 09:18:16 +0200 Subject: [PATCH] Fix AirGradient name (#119046) --- homeassistant/components/airgradient/manifest.json | 2 +- homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/airgradient/manifest.json b/homeassistant/components/airgradient/manifest.json index c30d7a4c42f..b9a1e2da54f 100644 --- a/homeassistant/components/airgradient/manifest.json +++ b/homeassistant/components/airgradient/manifest.json @@ -1,6 +1,6 @@ { "domain": "airgradient", - "name": "Airgradient", + "name": "AirGradient", "codeowners": ["@airgradienthq", "@joostlek"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/airgradient", diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 70995bb3d63..27b7e0466e1 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -94,7 +94,7 @@ "iot_class": "local_polling" }, "airgradient": { - "name": "Airgradient", + "name": "AirGradient", "integration_type": "device", "config_flow": true, "iot_class": "local_polling"