mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-29 09:46:24 +01:00
21 lines
572 B
JSON
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"
|
|
}
|