From cdb922977c3af3dd25051b839bd1228c713d4f96 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Tue, 10 Jan 2023 00:23:01 +0100 Subject: [PATCH] Fixed CI after monitor docker introduction --- .github/workflows/ci-validation.yaml | 6 ++++++ configuration.yaml | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) 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 + -- 2.47.3