- 积分
- 299
- 金钱
- 270
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
中级会员
- 积分
- 299
- 金钱
- 270
- HASS币
- 0
|
自动化设置路由器温度超过48度,小于100度,开启插座进行降温,跟踪执行不成功,不知道啥问题
alias: 降温
description: ""
trigger:
- platform: numeric_state
entity_id: sensor.miwifi_f0_b4_29_55_a4_af_temperature
above: 48
below: 100
condition: []
action:
- service: xiaomi_miot.intelligent_speaker
data:
execute: false
silent: false
throw: false
entity_id: media_player.xiaomi_lx5a_d028_play_control
text: 开启风扇降温
- type: turn_on
device_id: b34e99d840dfbf891fa68cdf375851a6
entity_id: switch.shui_li_xiao_qu_socket_2
domain: switch
mode: single
|
|