Skip to content

Commit

Permalink
Fixed emf API calls for VRC700
Browse files Browse the repository at this point in the history
  • Loading branch information
signalkraft committed Feb 11, 2024
1 parent 2d87cc4 commit d8ae020
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/mypyllant/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/signalkraft/mypyllant-component/issues",
"requirements": [
"myPyllant==0.7.11"
"myPyllant==0.7.12"
],
"version": "v0.7.3"
}
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ types-PyYAML~=6.0.12.12
pytest==7.4.3
pytest-cov==4.1.0
pytest-homeassistant-custom-component==0.13.77
myPyllant==0.7.11
myPyllant==0.7.12
dacite~=1.7.0
2 changes: 1 addition & 1 deletion scripts/update-mypyllant
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -e

cd "$(dirname "$0")/.."
VERSION=$(git --git-dir=../myPyllant/.git describe --abbrev=0 --tags)
grep -rl "myPyllant==[0-9]" . --exclude-dir=.venv --exclude-dir=.git | xargs sed -i -E "s/myPyllant==[0-9]+.[0-9]+.[0-9]+b?[0-9]*/myPyllant==${VERSION/v/''}/g"
grep -rl "myPyllant==[0-9]" . --exclude-dir=.venv --exclude-dir=.git | xargs sed -i -E "s/myPyllant==[0-9]+.[0-9]+.[0-9]+b?[0-9]*/myPyllant==${VERSION/v/}/g"

0 comments on commit d8ae020

Please sign in to comment.