
多此一举的操作()
不想一步步详细贴出来,毕竟网上都有了,我还写几把(
HomeAssistant 接入米家app的小米智能插座
HomeAssistant 部署
可以看看官网,建议使用Docker
docker run -d \
  --name homeassistant \
  --privileged \
  --restart=unless-stopped \
  -e TZ=Beijing \
  -v /opt/homeassistant/comfig:/config \
  -v /run/dbus:/run/dbus:ro \
  --network=host \
  ghcr.io/home-assistant/home-assistant:stable
2024/10/13...大约 4 分钟
