mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
Upgrade pwmled to 1.6.10 (#67034)
This commit is contained in:
parent
b6d8a82e7d
commit
995f4fbfda
@ -2,7 +2,7 @@
|
||||
"domain": "rpi_gpio_pwm",
|
||||
"name": "pigpio Daemon PWM LED",
|
||||
"documentation": "https://www.home-assistant.io/integrations/rpi_gpio_pwm",
|
||||
"requirements": ["pwmled==1.6.9"],
|
||||
"requirements": ["pwmled==1.6.10"],
|
||||
"codeowners": ["@soldag"],
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["adafruit_blinka", "adafruit_circuitpython_pca9685", "pwmled"]
|
||||
|
@ -1317,7 +1317,7 @@ pushover_complete==1.1.1
|
||||
pvo==0.2.2
|
||||
|
||||
# homeassistant.components.rpi_gpio_pwm
|
||||
pwmled==1.6.9
|
||||
pwmled==1.6.10
|
||||
|
||||
# homeassistant.components.canary
|
||||
py-canary==0.5.1
|
||||
|
@ -3,7 +3,7 @@ PIP_CACHE=$1
|
||||
|
||||
# Number of existing dependency conflicts
|
||||
# Update if a PR resolve one!
|
||||
DEPENDENCY_CONFLICTS=9
|
||||
DEPENDENCY_CONFLICTS=8
|
||||
|
||||
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
|
||||
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)
|
||||
|
Loading…
x
Reference in New Issue
Block a user