From 85c7c4e411cf48e4c94de680828d3be5211e9f8e Mon Sep 17 00:00:00 2001 From: denpamusic Date: Sun, 15 Oct 2023 14:59:07 +0300 Subject: [PATCH] [skip ci] Update PyPlumIO to 0.4.8. Related to: #39 --- .github/workflows/ci.yml | 2 +- custom_components/plum_ecomax/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 921c79b..de57d05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install pyplumio==0.4.5 pytest-homeassistant-custom-component psutil-home-assistant fnv-hash-fast aiohttp_cors mypy pylint flake8 flake8-pyproject black + python -m pip install pyplumio==0.4.8 pytest-homeassistant-custom-component psutil-home-assistant fnv-hash-fast aiohttp_cors mypy pylint flake8 flake8-pyproject black - name: Check typing run: | diff --git a/custom_components/plum_ecomax/manifest.json b/custom_components/plum_ecomax/manifest.json index fcaf589..6f91d97 100644 --- a/custom_components/plum_ecomax/manifest.json +++ b/custom_components/plum_ecomax/manifest.json @@ -16,7 +16,7 @@ "pyplumio" ], "requirements": [ - "pyplumio==0.4.5" + "pyplumio==0.4.8" ], "version": "0.3.12" } \ No newline at end of file