升级小雅tvbox,添加hacs和易微联

This commit is contained in:
waxgourd
2024-09-19 19:38:37 +08:00
committed by david
parent eaf5e4238c
commit 4f88bf5344
13 changed files with 172 additions and 4 deletions

28
get-hacs/CHANGELOG.md Normal file
View File

@@ -0,0 +1,28 @@
# 1.3.1
- 首次推出
# 1.3.0
- Dynamically get the version again
# 1.2.1
- Create custom_components directory if it does not exist
# 1.2.0
- Set dev version to 2.0.0
# 1.1.1
- Fix version format for development build
# 1.1.0
- Added option to get development builds
- Change base images to `*-base-python:3.12-alpine3.20`
# 1.0.0
Initial release

9
get-hacs/DOCS.md Normal file
View File

@@ -0,0 +1,9 @@
# Get HACS
## 使用方法
1. 使用上面的安装按钮构建插件。
1. 启动插件。
1. 导航到附加组件日志并按照其中给出的说明进行操作。

11
get-hacs/README.md Normal file
View File

@@ -0,0 +1,11 @@
# 冬瓜甄选addonsGet HACS
## 关于
获取家庭助理HACS的最简单方法。
> **此插件不运行HACS。此插件仅提供下载HACS的最简单方法**
## 源
https://github.com/hacs/addons

19
get-hacs/config.yaml Normal file
View File

@@ -0,0 +1,19 @@
name: Get HACS
version: "1.3.1"
slug: get
image: "ghcr.io/hacs/{arch}-addon-get"
description: 获取家庭助理HACS的最简单方法
startup: once
boot: manual
url: "https://github.com/hacs/addons/tree/main/get"
image: wghaos/addons-get-hacs
# image: ghcr.io/hacs/{arch}-addon-get
arch:
- armv7
- aarch64
- amd64
init: false
schema:
channel: list(current|development)?
map:
- homeassistant_config:rw

BIN
get-hacs/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
get-hacs/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB