From faf3ba7b5b25aeedb5041f196de84e4fa55d4c89 Mon Sep 17 00:00:00 2001 From: Tim Empringham Date: Tue, 28 Feb 2023 12:31:48 -0500 Subject: [PATCH] Bump aurora_api version to fix issues with NOAA conversion values. Fix #82587 --- homeassistant/components/aurora/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/aurora/manifest.json b/homeassistant/components/aurora/manifest.json index a5bb3327332..018e8ab8135 100644 --- a/homeassistant/components/aurora/manifest.json +++ b/homeassistant/components/aurora/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://www.home-assistant.io/integrations/aurora", "iot_class": "cloud_polling", "loggers": ["auroranoaa"], - "requirements": ["auroranoaa==0.0.2"] + "requirements": ["auroranoaa==0.0.3"] }