From: Giorgio Ravera Date: Mon, 9 Jan 2023 23:23:01 +0000 (+0100) Subject: Fixed CI after monitor docker introduction X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=cdb922977c3af3dd25051b839bd1228c713d4f96;p=homeassistant.git Fixed CI after monitor docker introduction --- diff --git a/.github/workflows/ci-validation.yaml b/.github/workflows/ci-validation.yaml index a7cda02b..0522bcb0 100644 --- a/.github/workflows/ci-validation.yaml +++ b/.github/workflows/ci-validation.yaml @@ -32,6 +32,12 @@ jobs: run: | cp .secrets_dummy.yaml secrets.yaml cp credentials/.google_dummy.json credentials/google.json + - name: Installing Custom Components + run: | + mkdir custom_components/ + # Monitor Docker + git clone https://github.com/ualex73/monitor_docker + mv monitor_docker/custom_components/monitor_docker/ custom_components/ - name: Home Assistant Configuration Check run: | hass -c . --script check_config --info all diff --git a/configuration.yaml b/configuration.yaml index 6ede35a7..2d9fa8be 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -224,4 +224,5 @@ proxmoxve: !include components/proxmox.yaml telegram_bot: !include components/telegram.yaml # Monitor Docker -monitor_docker: !include components/monitor_docker.yaml \ No newline at end of file +monitor_docker: !include components/monitor_docker.yaml +