From ada87eb19da180907c0c0d67d3ed166a546257a7 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 26 Oct 2023 10:24:39 -0700 Subject: [PATCH] build(deps): bump python-openei to 0.1.23 --- custom_components/openei/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/openei/manifest.json b/custom_components/openei/manifest.json index 3d1dc31..32a1508 100644 --- a/custom_components/openei/manifest.json +++ b/custom_components/openei/manifest.json @@ -7,6 +7,6 @@ "documentation": "https://github.com/firstof9/ha-openei", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/firstof9/ha-openei/issues", - "requirements": ["python-openei==0.1.17"], + "requirements": ["python-openei==0.1.23"], "version": "0.1.6" }