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>
28 lines
495 B
YAML
28 lines
495 B
YAML
---
|
|
version: 3.10.0
|
|
slug: check_config
|
|
name: Check Home Assistant configuration
|
|
description: Check your Home Assistant configuration against other versions
|
|
url: https://github.com/home-assistant/hassio-addons/tree/master/check_config
|
|
arch:
|
|
- armhf
|
|
- armv7
|
|
- aarch64
|
|
- amd64
|
|
- i386
|
|
boot: manual
|
|
image: homeassistant/{arch}-addon-check_config
|
|
init: false
|
|
map:
|
|
- config
|
|
- ssl
|
|
- media
|
|
- share:rw
|
|
options:
|
|
version: stable
|
|
schema:
|
|
version: str
|
|
startup: once
|
|
uart: true
|
|
usb: true
|