Files
addons/vlc/config.json
2021-03-02 11:14:37 +01:00

21 lines
572 B
JSON

{
"name": "VLC",
"version": "0.1.2",
"slug": "vlc",
"description": "Turn your device into a Media Player with VLC",
"arch": ["amd64", "i386", "armv7", "aarch64"],
"url": "https://github.com/home-assistant/hassio-addons/tree/master/vlc",
"startup": "services",
"init": false,
"stage": "experimental",
"map": ["share:ro", "media:ro"],
"homeassistant": "2021.3.0.dev20210216",
"ingress": true,
"panel_icon": "mdi:vlc",
"discovery": ["vlc_telnet"],
"audio": true,
"options": {},
"schema": false,
"image": "homeassistant/{arch}-addon-vlc"
}