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"