From 9a72ba1ddf2407f3676bf65a21088cbbd29d217b Mon Sep 17 00:00:00 2001 From: Marco Gosselink Date: Sun, 12 May 2024 22:04:39 +0200 Subject: [PATCH] Switch to node 20 --- .github/workflows/hacs_validate.yaml | 2 +- custom_components/davis_vantage/config_flow.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/hacs_validate.yaml b/.github/workflows/hacs_validate.yaml index 4935d08..d70ff02 100644 --- a/.github/workflows/hacs_validate.yaml +++ b/.github/workflows/hacs_validate.yaml @@ -11,7 +11,7 @@ jobs: validate-hacs: runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v3" + - uses: "actions/checkout@v4" - name: HACS validation uses: "hacs/action@main" with: diff --git a/custom_components/davis_vantage/config_flow.py b/custom_components/davis_vantage/config_flow.py index 5c89035..2fdb0ff 100755 --- a/custom_components/davis_vantage/config_flow.py +++ b/custom_components/davis_vantage/config_flow.py @@ -22,7 +22,6 @@ PROTOCOL_SERIAL, MODEL_VANTAGE_PRO2, MODEL_VANTAGE_PRO2PLUS, - MODEL_VANTAGE_VUE, CONFIG_RAIN_COLLECTOR, CONFIG_STATION_MODEL, CONFIG_INTERVAL,