From ddc04ebdfd37f25c3420df5b30f126d7a9e1c4fb Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Thu, 30 Jun 2022 13:30:17 +0300 Subject: [PATCH] Bump RPi.GPIO to 0.7.1 (#24) --- custom_components/rpi_gpio/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/rpi_gpio/manifest.json b/custom_components/rpi_gpio/manifest.json index 7565ce9..77e5850 100644 --- a/custom_components/rpi_gpio/manifest.json +++ b/custom_components/rpi_gpio/manifest.json @@ -3,7 +3,7 @@ "name": "Raspberry Pi GPIO", "documentation": "https://github.com/thecode/ha-rpi_gpio", "issue_tracker": "https://github.com/thecode/ha-rpi_gpio/issues", - "requirements": ["RPi.GPIO==0.7.1a4"], + "requirements": ["RPi.GPIO==0.7.1"], "codeowners": ["@thecode"], "iot_class": "local_push", "version": "2022.6.0"