mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +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",
|
||||
"dependencies": [],
|
||||
"codeowners": ["@mdz"],
|
||||
"requirements": ["python-smarttub==0.0.30"],
|
||||
"requirements": ["python-smarttub==0.0.31"],
|
||||
"quality_scale": "platinum",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["smarttub"]
|
||||
|
@ -1928,7 +1928,7 @@ python-qbittorrent==0.4.2
|
||||
python-ripple-api==0.0.3
|
||||
|
||||
# homeassistant.components.smarttub
|
||||
python-smarttub==0.0.30
|
||||
python-smarttub==0.0.31
|
||||
|
||||
# homeassistant.components.songpal
|
||||
python-songpal==0.14.1
|
||||
|
@ -1254,7 +1254,7 @@ python-nest==4.2.0
|
||||
python-picnic-api==1.1.0
|
||||
|
||||
# homeassistant.components.smarttub
|
||||
python-smarttub==0.0.30
|
||||
python-smarttub==0.0.31
|
||||
|
||||
# homeassistant.components.songpal
|
||||
python-songpal==0.14.1
|
||||
|
@ -3,7 +3,7 @@ PIP_CACHE=$1
|
||||
|
||||
# Number of existing dependency conflicts
|
||||
# Update if a PR resolve one!
|
||||
DEPENDENCY_CONFLICTS=6
|
||||
DEPENDENCY_CONFLICTS=5
|
||||
|
||||
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
|
||||
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)
|
||||
|
Loading…
x
Reference in New Issue
Block a user