From 3e5deabacc2a929d64e3af17dbd4866c083cdfa7 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Wed, 6 May 2020 12:58:57 +0300 Subject: [PATCH] move zwave --- .github/workflows/ci.yaml | 6 ++++-- config/configuration.yaml | 5 ----- config/packages/plugins.yaml | 5 +++++ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e8242b3..d85ba7a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,8 +13,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Copy secrets - run: mv ./config/secrets.example.yaml ./config/secrets.yaml + - name: Setup config for testing + run: | + mv ./config/secrets.example.yaml ./config/secrets.yaml + rm ./config/packages/plugins.yaml - name: Setup python uses: actions/setup-python@v2 with: diff --git a/config/configuration.yaml b/config/configuration.yaml index e57d212..8ca2df8 100644 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -133,8 +133,3 @@ panel_iframe: # https://www.home-assistant.io/integrations/zeroconf zeroconf: - -# https://www.home-assistant.io/docs/z-wave/installation/ -zwave: - usb_path: /dev/ttyACM1 - # device_config: !include zwave_device_config.yaml diff --git a/config/packages/plugins.yaml b/config/packages/plugins.yaml index 1f2ba93..af82d36 100644 --- a/config/packages/plugins.yaml +++ b/config/packages/plugins.yaml @@ -7,3 +7,8 @@ spotcast: password: !secret spotify_spotcast_password uilogs: + +# https://www.home-assistant.io/docs/z-wave/installation/ +zwave: + usb_path: /dev/ttyACM1 + # device_config: !include zwave_device_config.yaml