Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 7b0aa3b

Browse files
committed
fix addon configuration
1 parent 7b8f08d commit 7b0aa3b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

server/Dockerfile.addon

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ RUN curl -J -L -o /tmp/bashio.tar.gz \
3131
EXPOSE 2881
3232

3333
LABEL \
34-
io.hass.name="Ada Server for ${BUILD_ARCH}" \
35-
io.hass.description="Ada Server Add-on: ${BUILD_ARCH} bun debian v1 image" \
34+
io.hass.name="ava Server for ${BUILD_ARCH}" \
35+
io.hass.description="ava Server Add-on: ${BUILD_ARCH} bun debian v1 image" \
3636
io.hass.arch="${BUILD_ARCH}" \
3737
io.hass.type="base" \
3838
io.hass.version=${BUILD_VERSION} \
3939
io.hass.base.version=${BUILD_VERSION} \
4040
io.hass.base.name="debian" \
4141
io.hass.base.image="ghcr.io/0x77dev/ava/server" \
4242
maintainer="Mykhailo Marynenko <mykhailo@0x77.dev>" \
43-
org.opencontainers.image.title="Ada Server for ${BUILD_ARCH}" \
44-
org.opencontainers.image.description="Ada Server Add-on: ${BUILD_ARCH} bun debian v1 image" \
43+
org.opencontainers.image.title="ava Server for ${BUILD_ARCH}" \
44+
org.opencontainers.image.description="ava Server Add-on: ${BUILD_ARCH} bun debian v1 image" \
4545
org.opencontainers.image.vendor="Ava Add-ons" \
4646
org.opencontainers.image.authors="Mykhailo Marynenko <mykhailo@0x77.dev>" \
4747
org.opencontainers.image.licenses="GPL-3.0" \

server/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Ava Server"
22
description: "Self-hosted personal assistant in minutes with built-in Home Assistant integration and great extensibility and customizability."
33
version: "0.0.0"
4-
slug: "server"
4+
slug: "hass_ava_server"
55
init: false
66
arch:
77
- aarch64

0 commit comments

Comments
 (0)