# Example configuration.yaml entry
default_config:
sun:
# Basic configuration.yaml entry
history:
system_health:
ha_file_explorer:
sensor:
platform: mitemp2_bt
mac: 'A4:C1:38:74:**:A2'
name: 厨房
force_update: true
timeout: 60
median: 1
monitored_conditions:
- temperature
- humidity
- battery
tmall_genie: true
friendly_name: 温湿度
switch.sonoff_c2f184:
tmall_genie: true
friendly_name: 灯
想请教下老大,这个yaml文件该怎么设置。我的灯是买的商家刷了Homekit的sonoff开关,现在连接到了Ha上面,怎么通过天猫来控制呢?我按照教程试了两个办法,一个是在我配置的插件下方,加入tmall_genie: true字样,还有一个是在最后,写上实体名称再换行加入 tmall_genie: true。但都没有效果,天猫精灵app上没有刷新出设备列表。最后一个办法报错:Component error: switch.sonoff_c2f184 - Integration 'switch.sonoff_c2f184' not found.,似乎这不是一个可以找到的插件。请老大指点下 |