微信扫码登录
66
436
2119
金牌会员
使用道具 举报
6
122
833
高级会员
2
430
2826
13
73
1721
14
260
1482
alias: 风扇自动调速 description: "" triggers: - entity_id: - sensor.temperature_sensor1 trigger: state actions: - target: entity_id: light.844693fac9d9_light data: brightness: > {% set temperature = states('sensor.temperature_sensor1') | float %} {% if temperature >= 32 %} 255 {% elif temperature <= 16 %} 51 {% else %} {{ (temperature - 16) * 12.75 + 51 }} {% endif %} action: light.turn_on
本版积分规则 发表回复 回帖后跳转到最后一页
Archiver|手机版|小黑屋|Hassbian ( 晋ICP备17001384号-1 )
GMT+8, 2025-11-4 08:43 , Processed in 0.546090 second(s), 11 queries , MemCached On.
Powered by Discuz! X3.5
© 2001-2025 Discuz! Team.