微信扫码登录
66
436
2125
金牌会员
使用道具 举报
14
261
1488
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
13
73
1727
2
430
2830
6
124
843
高级会员
本版积分规则 发表回复
Archiver|手机版|小黑屋|Hassbian ( 晋ICP备17001384号-1 )
GMT+8, 2025-11-7 03:32 , Processed in 0.055931 second(s), 13 queries , MemCached On.
Powered by Discuz! X3.5
© 2001-2025 Discuz! Team.