From 2c2608099a36380ae53a49bf75acd90cffe59b3b Mon Sep 17 00:00:00 2001 From: Anton Verburg Date: Thu, 12 Oct 2023 12:22:51 +0200 Subject: [PATCH] Added RPi.GPIO to manifest --- custom_components/pca9685/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/custom_components/pca9685/manifest.json b/custom_components/pca9685/manifest.json index 71f2fe5..0cbddb3 100644 --- a/custom_components/pca9685/manifest.json +++ b/custom_components/pca9685/manifest.json @@ -8,7 +8,8 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/antonverburg/ha-pca9685/issues", "requirements": [ - "pwmled-ant==1.6.16" + "pwmled-ant==1.6.16", + "RPi.GPIO" ], "version": "0.9.1" -} \ No newline at end of file +}