xiongweixp 7e80c03d99 修改镜像为bullseye,并改为国内源 | il y a 10 mois | |
---|---|---|
eWeLink_Smart_Home | il y a 10 mois | |
.gitignore | il y a 3 ans | |
LICENSE | il y a 3 ans | |
README.md | il y a 3 ans | |
repository.json | il y a 10 mois |
git clone https://gitee.com/eWeLink/Home-Assistant-AddOn.git
cd Home-Assistant-AddOn/eWeLink_Smart_Home/
docker build . -t ewelink_smart_home
运行以下代码,将yourHomeAssistantUrl
替换成当前网络下的 HomeAssistant 地址
docker run -d \
--restart=always \
--network host \
-e HA_URL=yourHomeAssistantUrl \
ewelink_smart_home
示例
docker run -d \
--restart=always \
--network host \
-e HA_URL=http://192.168.1.100:8123 \
ewelink_smart_home
3000
端口