From: Giorgio Ravera Date: Mon, 9 Jan 2023 23:10:35 +0000 (+0100) Subject: Updated ci-validation X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=9b9f4252df015ef3aa29cff52d4214ad0e8eef69;p=homeassistant.git Updated ci-validation --- 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