Skip to content

Commit

Permalink
Migrate JSON config to YAML (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Nov 10, 2021
1 parent 2ab29eb commit 577a3ca
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 29 deletions.
8 changes: 0 additions & 8 deletions spotify/build.json

This file was deleted.

6 changes: 6 additions & 0 deletions spotify/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base/aarch64:10.0.1
amd64: ghcr.io/hassio-addons/base/amd64:10.0.1
armv7: ghcr.io/hassio-addons/base/armv7:10.0.1
i386: ghcr.io/hassio-addons/base/i386:10.0.1
21 changes: 0 additions & 21 deletions spotify/config.json

This file was deleted.

22 changes: 22 additions & 0 deletions spotify/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Spotify Connect
version: dev
slug: spotify
description: Play Spotify music on your Home Assistant device
url: https://github.com/hassio-addons/addon-spotify-connect
arch:
- aarch64
- amd64
- armv7
- i386
host_network: true
audio: true
options:
name: Home Assistant
bitrate: 160
schema:
log_level: list(trace|debug|info|notice|warning|error|fatal)?
name: str
bitrate: list(96|160|320)
username: str?
password: password?

0 comments on commit 577a3ca

Please sign in to comment.