This commit is contained in:
Hans Karlinius
2024-11-13 11:14:59 +01:00
parent 48d5874b05
commit 6260eb304b
3 changed files with 2 additions and 3 deletions
+2 -3
View File
@@ -1,6 +1,6 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: Example add-on
version: "1.2.9"
version: "1.2.11"
slug: example
description: Example add-on
url: "https://github.com/home-assistant/addons-example/tree/main/example"
@@ -11,6 +11,7 @@ arch:
- amd64
- i386
init: false
startup: services
kernel_modules: true
full_access: true
host_network: true
@@ -20,9 +21,7 @@ devices:
privileged:
- NET_ADMIN
- SYS_ADMIN
- SYS_MODULE
- SYS_RAWIO
- SYS_RESOURCE
- SYS_TIME
- SYS_NICE
#devicetree: true
View File
View File