From 4b22ba1ccef92ca342307541b1b598fb57dbb9b7 Mon Sep 17 00:00:00 2001 From: Luke Lashley Date: Mon, 19 Aug 2024 21:09:30 -0400 Subject: [PATCH] fix: manifest --- custom_components/southern_company/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/southern_company/manifest.json b/custom_components/southern_company/manifest.json index ba3458c..fa7e3bd 100644 --- a/custom_components/southern_company/manifest.json +++ b/custom_components/southern_company/manifest.json @@ -8,5 +8,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Lash-L/southern-company-hacs/issues", "requirements": ["southern-company-api==0.6.5"], - "version": "0.2.0" + "version": "1.0.0" }