Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate JSON config to YAML #151

Merged
merged 1 commit into from
Nov 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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?