Selaa lähdekoodia

Add plug for vs code-server

Joachim M. Giæver 2 vuotta sitten
vanhempi
commit
f10507410a
1 muutettua tiedostoa jossa 8 lisäystä ja 2 poistoa
  1. 8 2
      snap/snapcraft.yaml

+ 8 - 2
snap/snapcraft.yaml

@@ -65,7 +65,9 @@ description: |
   **Available slots**
   - *components:* Load custom components to Home Assistant. You will find the Home Assistant Community Store package here: https://snapcraft.io/home-assistant-hacs - Installations on own risk and note that provided integrations are not tested or guaranteed to work.
   - *bin:* Missing binaries might be in the Home Assistant Toolbox, such as cURL etc. See https://snapcraft.io/home-assistant-toolbox
-  - *configurator:* Edit your configuration files with HASS configurator. There is a ready package called Home Assistant Configurator here: https://snapcraft.io/home-assistant-configurator.
+  - *configurations:* Edit your configuration files with `code-server` (VS Code) or HASS configurator. There are packages called `code-server` or Home Assistant Configurator here: 
+    - https://snapcraft.io/code-server
+    - https://snapcraft.io/home-assistant-configurator.
 # source-code: "https://github.com/home-assistant-snap/home-assistant-snap"
 # website: "https://github.com/home-assistant-snap/home-assistant-snap"
 # issues: "https://github.com/home-assistant-snap/home-assistant-snap/issues"
@@ -80,7 +82,7 @@ architectures:
   - build-on: amd64
   - build-on: arm64
   - build-on: armhf
-  - build-on: ppc64el
+    #- build-on: ppc64el
 
 layout:
   /usr/local/lib:
@@ -112,6 +114,10 @@ slots:
     interface: content
     write:
       - $SNAP_DATA
+  vscs-content:
+    interface: content
+    write:
+      - $SNAP_DATA
 
 apps:
   home-assistant-snap: