diff --git a/.travis.yml b/.travis.yml index b095c75..cfb559f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,6 @@ python: "3.7.7" before_install: - mv ./config/secrets.example.yaml ./config/secrets.yaml - # - sed -e '/hacs/,+2d' < ./config/configuration.yaml > ./config/configuration.yaml - # - sed -e '/uilogs/,+2d' < ./config/configuration.yaml > ./config/configuration.yaml - # - sed -e '/spotcast/,+2d' < ./config/configuration.yaml > ./config/configuration.yaml - # - sed -e '/youtube/,+2d' < ./config/configuration.yaml > ./config/configuration.yaml install: - pip3 install homeassistant diff --git a/config/configuration.yaml b/config/configuration.yaml index 4646d9f..e57d212 100644 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -138,13 +138,3 @@ zeroconf: zwave: usb_path: /dev/ttyACM1 # device_config: !include zwave_device_config.yaml - -# -# ─── PLUGINS ──────────────────────────────────────────────────────────────────── -# - -spotcast: - username: !secret spotify_spotcast_username - password: !secret spotify_spotcast_password - -uilogs: diff --git a/config/packages/plugins.yaml b/config/packages/plugins.yaml new file mode 100644 index 0000000..1f2ba93 --- /dev/null +++ b/config/packages/plugins.yaml @@ -0,0 +1,9 @@ +# +# ─── PLUGINS ──────────────────────────────────────────────────────────────────── +# + +spotcast: + username: !secret spotify_spotcast_username + password: !secret spotify_spotcast_password + +uilogs: