Browse Source

Add bluetooth req.

Joachim M. Giæver 2 years ago
parent
commit
b163e8b7af
1 changed files with 4 additions and 0 deletions
  1. 4 0
      snap/snapcraft.yaml

+ 4 - 0
snap/snapcraft.yaml

@@ -106,6 +106,8 @@ slots:
     content: components
     write: 
       - $SNAP_DATA/custom_components
+    # read:
+    #   - $SNAP_DATA/home-assistant.log
   configurations:
     interface: content
     write:
@@ -198,6 +200,8 @@ parts:
       - libxft2
       - libxrender1
       - libxss1
+      - bluetooth
+      - libbluetooth-dev
 
   homeassistant:
     after: [python]