From 1bb87987edbbfc3b383bc3339a1f89da4b0abde3 Mon Sep 17 00:00:00 2001 From: Artem Sorokin Date: Sat, 27 Apr 2024 22:46:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D1=82=D0=B5=D1=81=D1=82=D0=B8=D1=80=D0=BE=D0=B2?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BB=D1=8F=202024.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 ++ tests/requirements_2024.5.txt | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 tests/requirements_2024.5.txt diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea54488..49e1eb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,8 @@ jobs: python-version: '3.12' - ha-version: '2024.4' python-version: '3.12' + - ha-version: '2024.5' + python-version: '3.12' steps: - uses: actions/checkout@v3 diff --git a/tests/requirements_2024.5.txt b/tests/requirements_2024.5.txt new file mode 100644 index 0000000..1708d96 --- /dev/null +++ b/tests/requirements_2024.5.txt @@ -0,0 +1,3 @@ +pytest-homeassistant-custom-component==0.13.116 +voluptuous-stubs==0.1.1 +dacite