mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Bump version python-bsblan to 0.5.9 (#86373)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
0b0e977ce9
commit
711c92a87f
@ -3,7 +3,7 @@
|
|||||||
"name": "BSB-Lan",
|
"name": "BSB-Lan",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/bsblan",
|
"documentation": "https://www.home-assistant.io/integrations/bsblan",
|
||||||
"requirements": ["python-bsblan==0.5.8"],
|
"requirements": ["python-bsblan==0.5.9"],
|
||||||
"codeowners": ["@liudger"],
|
"codeowners": ["@liudger"],
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["bsblan"]
|
"loggers": ["bsblan"]
|
||||||
|
@ -2009,7 +2009,7 @@ pythinkingcleaner==0.0.3
|
|||||||
python-blockchain-api==0.0.2
|
python-blockchain-api==0.0.2
|
||||||
|
|
||||||
# homeassistant.components.bsblan
|
# homeassistant.components.bsblan
|
||||||
python-bsblan==0.5.8
|
python-bsblan==0.5.9
|
||||||
|
|
||||||
# homeassistant.components.clementine
|
# homeassistant.components.clementine
|
||||||
python-clementine-remote==1.0.1
|
python-clementine-remote==1.0.1
|
||||||
|
@ -1438,7 +1438,7 @@ pytankerkoenig==0.0.6
|
|||||||
pytautulli==21.11.0
|
pytautulli==21.11.0
|
||||||
|
|
||||||
# homeassistant.components.bsblan
|
# homeassistant.components.bsblan
|
||||||
python-bsblan==0.5.8
|
python-bsblan==0.5.9
|
||||||
|
|
||||||
# homeassistant.components.ecobee
|
# homeassistant.components.ecobee
|
||||||
python-ecobee-api==0.2.14
|
python-ecobee-api==0.2.14
|
||||||
|
@ -3,7 +3,7 @@ PIP_CACHE=$1
|
|||||||
|
|
||||||
# Number of existing dependency conflicts
|
# Number of existing dependency conflicts
|
||||||
# Update if a PR resolves one!
|
# Update if a PR resolves one!
|
||||||
DEPENDENCY_CONFLICTS=4
|
DEPENDENCY_CONFLICTS=3
|
||||||
|
|
||||||
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