diff --git a/apps/home-assistant/2023.8.0.dev20230723/.env.sample b/apps/home-assistant/2023.8.0.dev20230723/.env.sample new file mode 100644 index 00000000..78ccb2f2 --- /dev/null +++ b/apps/home-assistant/2023.8.0.dev20230723/.env.sample @@ -0,0 +1,2 @@ +CONTAINER_NAME="homeassistant" +DATA_PATH="./data" diff --git a/apps/home-assistant/2023.8.0.dev20230723/data.yml b/apps/home-assistant/2023.8.0.dev20230723/data.yml new file mode 100644 index 00000000..27964856 --- /dev/null +++ b/apps/home-assistant/2023.8.0.dev20230723/data.yml @@ -0,0 +1,10 @@ +additionalProperties: + formFields: + - default: ./data + edit: true + envKey: DATA_PATH + labelEn: Data folder path + labelZh: 数据文件夹路径 + required: true + type: text + diff --git a/apps/home-assistant/2023.8.0.dev20230723/docker-compose.yml b/apps/home-assistant/2023.8.0.dev20230723/docker-compose.yml new file mode 100644 index 00000000..b48529cd --- /dev/null +++ b/apps/home-assistant/2023.8.0.dev20230723/docker-compose.yml @@ -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" diff --git a/apps/home-assistant/README.md b/apps/home-assistant/README.md new file mode 100644 index 00000000..1e199104 --- /dev/null +++ b/apps/home-assistant/README.md @@ -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. diff --git a/apps/home-assistant/data.yml b/apps/home-assistant/data.yml new file mode 100644 index 00000000..4291bdcf --- /dev/null +++ b/apps/home-assistant/data.yml @@ -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/ diff --git a/apps/home-assistant/latest/.env.sample b/apps/home-assistant/latest/.env.sample new file mode 100644 index 00000000..78ccb2f2 --- /dev/null +++ b/apps/home-assistant/latest/.env.sample @@ -0,0 +1,2 @@ +CONTAINER_NAME="homeassistant" +DATA_PATH="./data" diff --git a/apps/home-assistant/latest/data.yml b/apps/home-assistant/latest/data.yml new file mode 100644 index 00000000..27964856 --- /dev/null +++ b/apps/home-assistant/latest/data.yml @@ -0,0 +1,10 @@ +additionalProperties: + formFields: + - default: ./data + edit: true + envKey: DATA_PATH + labelEn: Data folder path + labelZh: 数据文件夹路径 + required: true + type: text + diff --git a/apps/home-assistant/latest/docker-compose.yml b/apps/home-assistant/latest/docker-compose.yml new file mode 100644 index 00000000..5f2a01ea --- /dev/null +++ b/apps/home-assistant/latest/docker-compose.yml @@ -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" diff --git a/apps/home-assistant/logo.png b/apps/home-assistant/logo.png new file mode 100644 index 00000000..c6224471 Binary files /dev/null and b/apps/home-assistant/logo.png differ