Skip to content

Commit

Permalink
feat: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rxwen committed Nov 3, 2023
1 parent 8eeb4ec commit 137ec88
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ homeassistant_configuration_root
- Select the most recent verion and Download the component.
- Restart HA.

## Installation with git and docker/podman

- Git clone current project to a local direcoty
- `docker pull homeassistant/home-assistant:stable`
- `run -it --rm --name ha --network=host -v PATH_TO_LOCAL_CLONED_GIT_REPOSITORY:/config/ homeassistant/home-assistant:stable`

## Configuration

Expand Down
7 changes: 7 additions & 0 deletions README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ homeassistant_configuration_root
- 选择最新版本,点击下载安装插件。
- 重启HA。

## 通过 git 及 docker/podman 安装运行

- 将本项目 git clone 到本地目录
- `docker pull homeassistant/home-assistant:stable`
- `run -it --rm --name ha --network=host -v PATH_TO_LOCAL_CLONED_GIT_REPOSITORY:/config/ homeassistant/home-assistant:stable`


## 配置流程

插件安装完成后,home assistant 可以自动发现网络中的小燕家庭中心。
Expand Down

0 comments on commit 137ec88

Please sign in to comment.