Releases: dscao/qweather
Releases · dscao/qweather
2024.7.18
2024.1.4
2023.10.6
v2.3 2023.9.9
for ha 2023.9.0
homeassistant 2023.9.0之后版本使用!以前的版本请使用旧版本。互相不兼容。
2023.8.31
v2.0 2023.7.1
和风天气-官方API版 2023.7.1
Lovelace配置
type: 'custom:qweather-card'
entity: weather.tian_qi #天气实体名称
title: #卡片标题
name: #名称,不填写则显示城市或县名称
show_attributes: true #是否显示属性
show_hourly_forecast: true #是否显示小时级预报
show_daily_forecast: true #是否显示天级预报
show_daily_chart: true #是否曲线图表
show_daily_date: true #是否天级预报的日期
show_condition_text: true #是否显示天级预报的天气名称
show_keypoint: true #是否显示关键总结的一句话信息
show_warning: true #是否显示气象预警信息
show_warningtext: false #是否显示气象预警信息的详细内容
show_night: false #是否显示天级预报的夜间内容
show_wind: false #是否显示天级预报的风速风向
show_daily_temperature: false #是否显示天级预报的气温文字
以上为默认选项,如需更改,则true改成false,false改成true。