- 积分
- 481
- 金钱
- 433
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
中级会员
- 积分
- 481
- 金钱
- 433
- HASS币
- 0
|
本帖最后由 resistwind 于 2021-4-28 18:19 编辑
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
sensor:
- platform: HeWeather
city: HeFei
appkey: 39dda1f767d7419682b3c59061532000
options:
- fl
- tmp
- cond_txt
- wind_spd
- hum
- pcpn
- pres
- vis
- wind_sc
- aqi
- main
- qlty
- pm10
- pm25
- comf
- cw
- drsg
- flu
- sport
- trav
- uv
- wind_dir
- tmp_max
- tmp_min
- pop
#climate:
# - platform: xiaomi_miio_airconditioningcompanionmcn02
# name: xiaomi Air Conditioning Companion 2
# host: 192.168.2.115
# token: 1a935c7490631c6aa3514a292b878200
# target_sensor: sensor.temperature_158d0001f53706
# scan_interval: 60
把上面的空调伴侣2启用后就会导致人体传感器状态不可用, 感觉只要配置一个设备都没问题 2个就会导致不可用,还会导致开关类的启动非常慢!每次都是人体传感器不可用? 不知道为啥!! 感谢!!! |
|