Homeassistant 进阶

Home Assistant国区应用商店

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
# 下载地址
https://get.hassbox.cn/hassbox_store.zip

# 文件上传到 custom_components 目录下
cd homeassistant/config/custom_components/

# 创建文件夹
mkdir hassbox_store

# 进入目录
cd hassbox_store

# 上传压缩包解压
unzip hassbox_store.zip

# 重启 HA 服务生效
/images/posts/Homeassistant进阶/1.png
(图1)
/images/posts/Homeassistant进阶/2.png
(图2)

0%