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