feat:添加home-assistant到列表

This commit is contained in:
okxlin 2023-07-23 23:57:58 +08:00
parent 6e79f3fc12
commit 64e8a427f7
9 changed files with 103 additions and 0 deletions

View File

@ -0,0 +1,2 @@
CONTAINER_NAME="homeassistant"
DATA_PATH="./data"

View File

@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: ./data
edit: true
envKey: DATA_PATH
labelEn: Data folder path
labelZh: 数据文件夹路径
required: true
type: text

View 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"

View File

@ -0,0 +1,33 @@
# 使用说明
- 默认访问地址
```
IP:8123
```
# 原始相关
# Home Assistant [![Chat Status](https://img.shields.io/discord/330944238910963714.svg)](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/).
[![screenshot-states](https://raw.githubusercontent.com/home-assistant/core/master/docs/screenshots.png)](https://demo.home-assistant.io)
## Featured integrations
[![screenshot-integrations](https://raw.githubusercontent.com/home-assistant/core/dev/docs/screenshot-integrations.png)](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.

View 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/

View File

@ -0,0 +1,2 @@
CONTAINER_NAME="homeassistant"
DATA_PATH="./data"

View File

@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: ./data
edit: true
envKey: DATA_PATH
labelEn: Data folder path
labelZh: 数据文件夹路径
required: true
type: text

View 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"

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB