From 9b9f4252df015ef3aa29cff52d4214ad0e8eef69 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Tue, 10 Jan 2023 00:10:35 +0100 Subject: [PATCH] Updated ci-validation --- .github/workflows/ci-validation.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci-validation.yaml b/.github/workflows/ci-validation.yaml index 3013758e..a7cda02b 100644 --- a/.github/workflows/ci-validation.yaml +++ b/.github/workflows/ci-validation.yaml @@ -32,9 +32,6 @@ jobs: run: | cp .secrets_dummy.yaml secrets.yaml cp credentials/.google_dummy.json credentials/google.json - - name: Replace pirateweather wather integration with darksky - run: | - sed -i "s/pirateweather/darksky/" components/weather.yaml - name: Home Assistant Configuration Check run: | hass -c . --script check_config --info all -- 2.47.3