generated from home-assistant/addons-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
55 lines (54 loc) · 1.03 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: Mopidy
version: "0.1.11"
slug: mopidy
panel_icon: mdi:music-circle
description: Mopidy
url: "https://github.com/LaneaLucy/haos-addons/tree/main/mopidy"
arch:
- armhf
- armv7
- aarch64
- amd64
- i386
init: false
audio: true
ports:
6680/tcp: 6680
webui: http://[HOST]:[PORT:6680]/
map:
- config
- share:rw
- media
options:
system_packages: []
python_packages: []
settings:
- section: http
name: hostname
value: "::"
- section: youtube
name: youtube_dl_package
value: yt_dlp
- section: spotify
name: username
value: username
- section: spotify
name: password
value: password
- section: spotify
name: client_id
value: bla
- section: spotify
name: client_secret
value: blup
schema:
system_packages:
- str
python_packages:
- str
settings:
- section: str
name: str
value: str
image: ghcr.io/lanealucy/haos-addon-mopidy-{arch}