Home Assistant 备注信息

镜像拉取

docker pull ghcr.io/home-assistant/home-assistant:stable

容器运行

cd /root
mkdir haconfig
cat >run-ha.sh<<EOF
docker run -d \\
  --name homeassistant \\
  --privileged \\
  --restart=unless-stopped \\
  -e TZ=Asia/Shanghai \\
  -v /root/haconfig:/config \\
  -v /run/dbus:/run/dbus:ro \\
  --network=host \\
  ghcr.io/home-assistant/home-assistant:stable
EOF
chmod +x run-ha.sh
./run-ha.sh

HACS插件
https://github.com/hacs/integration
https://github.com/hacs-china/integration

小米官方插件
https://github.com/XiaoMi/ha_xiaomi_home

美的插件
https://github.com/wuwentao/midea_ac_lan

巴法云插件
https://github.com/larry-wong/bemfa

posted @   wanghongwei-dev  阅读(17)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· 三行代码完成国际化适配,妙~啊~
· .NET Core 中如何实现缓存的预热?
· 如何调用 DeepSeek 的自然语言处理 API 接口并集成到在线客服系统
点击右上角即可分享
微信分享提示