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