# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config name: Example add-on version: "1.2.8" slug: example description: Example add-on url: "https://github.com/home-assistant/addons-example/tree/main/example" arch: - armhf - armv7 - aarch64 - amd64 - i386 init: false kernel_modules: true full_access: true host_network: true apparmor: false devices: - /dev/mem privileged: - NET_ADMIN - SYS_ADMIN - SYS_MODULE - SYS_RAWIO - SYS_RESOURCE - SYS_TIME - SYS_NICE #devicetree: true host_dbus: true usb: true usbip: true udev: true map: - share:rw options: message: "Hello world..." schema: message: "str?" #image: "ghcr.io/home-assistant/{arch}-addon-example"