From ea5f6213516526228ea7dff8d1c6c39dcd96dc0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Oldag?= Date: Fri, 6 Nov 2020 19:27:01 +0100 Subject: [PATCH] Bump pwmled to v1.6.7 (#42903) --- homeassistant/components/rpi_gpio_pwm/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/rpi_gpio_pwm/manifest.json b/homeassistant/components/rpi_gpio_pwm/manifest.json index 9b926bafa1d..35d09ea92bf 100644 --- a/homeassistant/components/rpi_gpio_pwm/manifest.json +++ b/homeassistant/components/rpi_gpio_pwm/manifest.json @@ -2,6 +2,6 @@ "domain": "rpi_gpio_pwm", "name": "pigpio Daemon PWM LED", "documentation": "https://www.home-assistant.io/integrations/rpi_gpio_pwm", - "requirements": ["pwmled==1.6.6"], + "requirements": ["pwmled==1.6.7"], "codeowners": ["@soldag"] } diff --git a/requirements_all.txt b/requirements_all.txt index c490cb121ea..cf8fa059c1c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1182,7 +1182,7 @@ pushbullet.py==0.11.0 pushover_complete==1.1.1 # homeassistant.components.rpi_gpio_pwm -pwmled==1.6.6 +pwmled==1.6.7 # homeassistant.components.august py-august==0.25.0