mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-21 10:27:41 +08:00
feat:添加home-assistant到列表
This commit is contained in:
parent
6e79f3fc12
commit
64e8a427f7
2
apps/home-assistant/2023.8.0.dev20230723/.env.sample
Normal file
2
apps/home-assistant/2023.8.0.dev20230723/.env.sample
Normal file
@ -0,0 +1,2 @@
|
||||
CONTAINER_NAME="homeassistant"
|
||||
DATA_PATH="./data"
|
||||
10
apps/home-assistant/2023.8.0.dev20230723/data.yml
Normal file
10
apps/home-assistant/2023.8.0.dev20230723/data.yml
Normal file
@ -0,0 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
||||
13
apps/home-assistant/2023.8.0.dev20230723/docker-compose.yml
Normal file
13
apps/home-assistant/2023.8.0.dev20230723/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
||||
version: '3'
|
||||
services:
|
||||
homeassistant:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
- "${DATA_PATH}:/config"
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
image: homeassistant/home-assistant:2023.8.0.dev20230723
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
33
apps/home-assistant/README.md
Normal file
33
apps/home-assistant/README.md
Normal file
@ -0,0 +1,33 @@
|
||||
# 使用说明
|
||||
|
||||
- 默认访问地址
|
||||
```
|
||||
IP:8123
|
||||
```
|
||||
|
||||
# 原始相关
|
||||
|
||||
# Home Assistant [](https://www.home-assistant.io/join-chat/)
|
||||
|
||||
Open source home automation that puts local control and privacy first.
|
||||
Powered by a worldwide community of tinkerers and DIY enthusiasts.
|
||||
Perfect to run on a Raspberry Pi or a local server.
|
||||
|
||||
Check out [home-assistant.io](https://home-assistant.io) for [ademo](https://demo.home-assistant.io), [installation instructions](https://home-assistant.io/getting-started/),[tutorials](https://home-assistant.io/getting-started/automation/) and [documentation](https://home-assistant.io/docs/).
|
||||
|
||||
[](https://demo.home-assistant.io)
|
||||
|
||||
## Featured integrations
|
||||
|
||||
[](https://home-assistant.io/integrations/)
|
||||
|
||||
The system is built using a modular approach so support for other
|
||||
devices or actions can be implemented easily. See also the [section on
|
||||
architecture](https://developers.home-assistant.io/docs/architecture_index/)
|
||||
and the [section on creating your own
|
||||
components](https://developers.home-assistant.io/docs/creating_component_index/).
|
||||
|
||||
If you run into issues while using Home Assistant or during development
|
||||
of a component, check the [Home Assistant help
|
||||
section](https://home-assistant.io/help/) of our website for further
|
||||
help and information.
|
||||
20
apps/home-assistant/data.yml
Normal file
20
apps/home-assistant/data.yml
Normal file
@ -0,0 +1,20 @@
|
||||
name: Home Assistant
|
||||
tags:
|
||||
- 工具
|
||||
title: 开源家庭自动化,将本地控制和隐私放在首位。
|
||||
type: 工具
|
||||
description: 开源家庭自动化,将本地控制和隐私放在首位。
|
||||
additionalProperties:
|
||||
key: home-assistant
|
||||
name: Home Assistant
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 开源家庭自动化,将本地控制和隐私放在首位。
|
||||
shortDescEn: Open source home automation that puts local control and privacy first.
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://www.home-assistant.io/
|
||||
github: https://github.com/home-assistant/core
|
||||
document: https://www.home-assistant.io/docs/
|
||||
2
apps/home-assistant/latest/.env.sample
Normal file
2
apps/home-assistant/latest/.env.sample
Normal file
@ -0,0 +1,2 @@
|
||||
CONTAINER_NAME="homeassistant"
|
||||
DATA_PATH="./data"
|
||||
10
apps/home-assistant/latest/data.yml
Normal file
10
apps/home-assistant/latest/data.yml
Normal file
@ -0,0 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
||||
13
apps/home-assistant/latest/docker-compose.yml
Normal file
13
apps/home-assistant/latest/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
||||
version: '3'
|
||||
services:
|
||||
homeassistant:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
- "${DATA_PATH}:/config"
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
image: homeassistant/home-assistant:latest
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
BIN
apps/home-assistant/logo.png
Normal file
BIN
apps/home-assistant/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
Loading…
Reference in New Issue
Block a user