From d8ae020118033a547e1fe90c3d8b3664a8507a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20D=C3=B6rner?= Date: Sun, 11 Feb 2024 11:16:16 +0100 Subject: [PATCH] Fixed emf API calls for VRC700 --- custom_components/mypyllant/manifest.json | 2 +- dev-requirements.txt | 2 +- scripts/update-mypyllant | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/mypyllant/manifest.json b/custom_components/mypyllant/manifest.json index a7992d8..b5824a3 100644 --- a/custom_components/mypyllant/manifest.json +++ b/custom_components/mypyllant/manifest.json @@ -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" } diff --git a/dev-requirements.txt b/dev-requirements.txt index f932407..c95ec91 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -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 \ No newline at end of file diff --git a/scripts/update-mypyllant b/scripts/update-mypyllant index 694c18e..d6802f6 100755 --- a/scripts/update-mypyllant +++ b/scripts/update-mypyllant @@ -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" \ No newline at end of file +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"