mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 06:47:09 +00:00
Bump smarttub to 0.0.31 (#69599)
This commit is contained in:
parent
74021d62da
commit
340dd3ab82
@ -5,7 +5,7 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/smarttub",
|
"documentation": "https://www.home-assistant.io/integrations/smarttub",
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": ["@mdz"],
|
"codeowners": ["@mdz"],
|
||||||
"requirements": ["python-smarttub==0.0.30"],
|
"requirements": ["python-smarttub==0.0.31"],
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["smarttub"]
|
"loggers": ["smarttub"]
|
||||||
|
@ -1928,7 +1928,7 @@ python-qbittorrent==0.4.2
|
|||||||
python-ripple-api==0.0.3
|
python-ripple-api==0.0.3
|
||||||
|
|
||||||
# homeassistant.components.smarttub
|
# homeassistant.components.smarttub
|
||||||
python-smarttub==0.0.30
|
python-smarttub==0.0.31
|
||||||
|
|
||||||
# homeassistant.components.songpal
|
# homeassistant.components.songpal
|
||||||
python-songpal==0.14.1
|
python-songpal==0.14.1
|
||||||
|
@ -1254,7 +1254,7 @@ python-nest==4.2.0
|
|||||||
python-picnic-api==1.1.0
|
python-picnic-api==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.smarttub
|
# homeassistant.components.smarttub
|
||||||
python-smarttub==0.0.30
|
python-smarttub==0.0.31
|
||||||
|
|
||||||
# homeassistant.components.songpal
|
# homeassistant.components.songpal
|
||||||
python-songpal==0.14.1
|
python-songpal==0.14.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=6
|
DEPENDENCY_CONFLICTS=5
|
||||||
|
|
||||||
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