|
发表于 2022-9-16 21:15:20
|
显示全部楼层
Platform error sensor.lifesuggestion - Integration 'lifesuggestion' not found.Platform error sensor.heweather - Integration 'heweather' not found.Platform error sensor.heweather_hourlyforecast - Integration 'heweather_hourlyforecast' not found.Platform error weather.heweather_forecast - Integration 'heweather_forecast' not found.
# 和风天气
weather:
- platform: heweather_forecast
location: 101271103 # 填写你所在区域代码Location_ID,https://github.com/qwd/LocationL ... ity-List-latest.csv
key: # api平台申请的key
sensor:
- platform: lifesuggestion
location: 101271103 # 填写你所在区域代码Location_ID,https://github.com/qwd/LocationL ... ity-List-latest.csv
key: # api平台申请的key
options:
- air #空气质量
- comf #舒适指数
- cw #洗车指数
- drsg #穿衣指数
- flu #感冒指数
- sport #运动指数
- trav #旅行指数
- uv #紫外线指数
- sunglass #太阳镜指数
- guomin #过敏指数
- liangshai #晾晒指数
- fangshai #防晒指数
- kongtiao #空调指数
- platform: heweather
location: 101271103 # 填写你所在区域代码Location_ID,https://github.com/qwd/LocationL ... ity-List-latest.csv
key: # api平台申请的key
disasterlevel: 3
disastermsg: allmsg
options:
- disaster_warn #灾害预警信息
- temprature
- humidity
- category #空气质量
- feelsLike #体感温度
- text #天气情况
- windDir #风向
- windScale #风力
- windSpeed #风速度
- pressure #大气压强
- vis #能见度
- cloud #云量
- dew #露点温度
- precip #当前小时累计降水量
- qlty #aqi空气质量
- level #空气质量级别
- primary #主要污染物
- pm25
- pm10
- co
- so2
- no2
- o3
- platform: heweather_hourlyforecast
location: 101271103 # 填写你所在区域代码Location_ID,https://github.com/qwd/LocationL ... ity-List-latest.csv
key: # api平台申请的key
options:
- remind #小时天气预警
- 1hour #1小时天气预报
- 3hour #3小时天气预报
- 6hour #6小时天气预报
- 9hour #9小时天气预报
#实际可配置1-24hour,以此类推 |
-
文件目录结构
|