想去玩下 home assistant, 本来打算用 docker 去装,发现各种环境问题。。

144 天前
 OBJECTION

也看到建议去说直接买一个开发板 啥都给你装好的哪种。。

大佬们 玩过的给个建议呗

2494 次点击
所在节点    智能家电
22 条回复
YsHaNg
143 天前
@sutking 然而欧美卖的火的都是深圳品牌 淘宝 5 倍价格
P945
143 天前
docker-compose://什么环境都不需要,再跑不起来也没办法了,web:端口 8123 。
services:
homeassistant:
container_name: homeassistant
image: "homeassistant/home-assistant:stable"
volumes:
- /root/homeassistant:/config
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
privileged: true
network_mode: host

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/1124819

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX