Skip to content

Commit

Permalink
config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Florentijn Cornet committed Jun 28, 2022
1 parent c80d37a commit 98539ed
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
File renamed without changes.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ARG BUILD_FROM
# =ghcr.io/home-assistant/amd64-base:3.15
FROM $BUILD_FROM

ENV LANG C.UTF-8
Expand All @@ -20,4 +19,6 @@ RUN cd /app && \
npm install \
npm run build

RUN chmod a+x /app/run.sh

ENTRYPOINT ["/app/run.sh"]
15 changes: 9 additions & 6 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: "0.3.3"
version: "0.3.4"
slug: ps5_mqtt
name: PS5 MQTT
description: Control Sony PlayStation 5 devices via MQTT
Expand All @@ -10,21 +10,24 @@ arch:
- aarch64
- amd64
- i386
startup: application
boot: auto
host_network: true
map:
- "share:rw"
- "config:ro"
options:
ps5_credentials:
mqtt:
host:
port:
user:
pass:
ps5_credentials:
schema:
ps5_credentials: str
mqtt:
host: str
port: str
port: port
user: str
pass: str
startup: services
stdin: true
init: false
stdin: true

0 comments on commit 98539ed

Please sign in to comment.