parent
ae865a07b2
commit
99ebac13ed
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
"domain": "openevse",
|
||||
"name": "OpenEVSE",
|
||||
"documentation": "https://www.home-assistant.io/integrations/openevse",
|
||||
"requirements": ["openevsewifi==1.1.0"],
|
||||
"requirements": ["openevsewifi==1.1.2"],
|
||||
"codeowners": [],
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["openevsewifi"]
|
||||
|
|
|
@ -1200,7 +1200,7 @@ open-meteo==0.2.1
|
|||
openerz-api==0.1.0
|
||||
|
||||
# homeassistant.components.openevse
|
||||
openevsewifi==1.1.0
|
||||
openevsewifi==1.1.2
|
||||
|
||||
# homeassistant.components.openhome
|
||||
openhomedevice==2.0.2
|
||||
|
|
|
@ -3,7 +3,7 @@ PIP_CACHE=$1
|
|||
|
||||
# Number of existing dependency conflicts
|
||||
# Update if a PR resolve one!
|
||||
DEPENDENCY_CONFLICTS=5
|
||||
DEPENDENCY_CONFLICTS=4
|
||||
|
||||
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
|
||||
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)
|
||||
|
|
Loading…
Add table
Reference in a new issue