mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-07 22:24:21 +01:00
* Update deployment * fix workflow * Fix order * restruct v1 * Fix style v2 * Cleanup style v3 * fix style v4 * Last style fix * Address comments * Update builder to 2021.11.3 * Fix let's encrypt * fix lint * Use ghcr.io * fix * Update versions * fix readme
27 lines
490 B
YAML
27 lines
490 B
YAML
version: 3.9.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
|