mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
* Add YAML linter * Drop GitHub registry login as its not required at this point * Add YAML document start marker * Fix YAMLlint issues * Fix YAMLlint issues in .github yaml files * Fix YAMLlint issue in .github/dependabot.yml * Remove .github/move.yml * Set dependabot to weekly Co-authored-by: Joakim Sørensen <hi@ludeeus.dev> * Use YAML strip option where appropriate * Fix multiline string Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
27 lines
467 B
YAML
27 lines
467 B
YAML
---
|
|
version: 0.1.3
|
|
slug: vlc
|
|
name: VLC
|
|
description: Turn your device into a Media Player with VLC
|
|
url: https://github.com/home-assistant/hassio-addons/tree/master/vlc
|
|
arch:
|
|
- amd64
|
|
- i386
|
|
- armv7
|
|
- aarch64
|
|
audio: true
|
|
discovery:
|
|
- vlc_telnet
|
|
homeassistant: 2021.3.0.dev20210216
|
|
image: homeassistant/{arch}-addon-vlc
|
|
ingress: true
|
|
init: false
|
|
map:
|
|
- share:ro
|
|
- media:ro
|
|
options: {}
|
|
panel_icon: mdi:vlc
|
|
schema: false
|
|
stage: experimental
|
|
startup: services
|