本帖最后由 fineemb 于 2020-10-9 16:05 编辑
首先集成里安装的是后端, 卡片是前端, 后端是获取数据, 卡片是展示数据
卡片,下载最新的版本
然后是安装,既然你显示了说明安装没毛病
然后是配置
你可以在前端右上角,点击编辑仪表盘-然后右下角的+按钮添加卡片-拉到最下面,查找我这个,然后一路配置
也可以手动写代码配置,如下
type: 'custom:weather-card'
entity: weather.nan_tong
houer_forecast: true
show_forecast: true
icon: /hacsfiles/lovelace-colorfulclouds-weather-card/icons/animated1/
name: ''
secondary_info_attribute: temperature
theme: ''
这里图标有个关键icon的参数填写. 这个路径是相当于www的
按照你放置卡片的位置,大概就是/custom-lovelace/lovelace-colorfulclouds-weather-card/icons/animated/
注意后面的斜杠不能少
|