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

Commit 9207e4b

Browse files
committed
fix addon entrypoint
1 parent 6c379eb commit 9207e4b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/hass.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
branches:
77
- main
88
release:
9+
types:
10+
- published
911

1012
permissions:
1113
contents: read

server/hass-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ LLM="$(bashio::config 'llm' | jq -r .llm)"
44
EMBEDDINGS="$(bashio::config 'embeddings' | jq -r .llm)"
55
HOMEASSISTANT='{"url": "ws://supervisor/core/websocket", "token": "${SUPERVISOR_TOKEN}"}'
66

7-
bun run start
7+
bun run /usr/src/app/server/src/index.ts

0 commit comments

Comments
 (0)