Explorar o código

Add hooks and fix plugs

Joachim M. Giæver %!s(int64=4) %!d(string=hai) anos
pai
achega
5248456005
Modificáronse 2 ficheiros con 6 adicións e 0 borrados
  1. 4 0
      snap/hooks/install
  2. 2 0
      snap/snapcraft.yaml

+ 4 - 0
snap/hooks/install

@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+
+echo "Creating dir $SNAP_DATA/custom_components"
+mkdir $SNAP_DATA/custom_components

+ 2 - 0
snap/snapcraft.yaml

@@ -42,6 +42,8 @@ apps:
       # GPIO devices etc.. (e.g RaZberry GPIO hat)
       - physical-memory-control
       - certs
+    slots: 
+      - components
 
 parts:
   homeassistant: