|
发表于 2023-2-12 09:10:29
|
显示全部楼层
本帖最后由 hyq 于 2023-2-12 09:11 编辑
- or:
- "{{ is_state('switch.zhu_wo_deng_switch_1','on') }}"
- "{{ is_state('switch.zhu_wo_deng_switch_1_2','on') }}"
- "{{ is_state('switch.zhu_wo_deng_switch_2','on') }}"
- and:
- >-
{{ states('sensor.liang_du_chuan_gan_qi_luminosity')|int <
10 }}
- "{{ now() > today_at(\"18:00\") or now() < today_at(\"7:00\") }}"
- and:
- "{{ is_state('binary_sensor.ren_ti_chuan_gan_qi_2','off') }}"
- "{{ is_state('weather.he_s',['sunny','partlycloudy']) }}"
- >-
{{ states('sensor.liang_du_chuan_gan_qi_luminosity')|int >
800 }}
- "{{ state_attr('weather.he_s','temperature')|int > 36 }}"
|
|