170
2548
8494
元老级技术达人
使用道具 举报
17
166
1713
金牌会员
{% if now().hour >= 6 and now().hour < 9 %} 早上好, {%- elif now().hour >= 9 and now().hour < 12 %} 上午好, {%- elif now().hour >= 12 and now().hour < 13 %} 中午好, {%- elif now().hour >= 13 and now().hour < 18 %} 下午好, {%- elif now().hour >= 18 and now().hour < 23 %} 晚上好, {% else %} ,夜深了,请注意休息哦, {% endif %}
ztrx 发表于 2023-1-15 12:43
3
21
114
注册会员
{% if states('sensor.time') <= '11:30' %} 早上好! {% elif '11:30' < states('sensor.time') <= '14:00' %} 中午好! {% elif '14:00' < states('sensor.time') <= '17:00' %} 下午好! {% elif '17:00' < states('sensor.time') <= '23:00' %} 晚上好! {% endif%} {{ user }}
薛定谔的丸 发表于 2023-12-20 11:43
本版积分规则 发表回复 回帖后跳转到最后一页
Archiver|手机版|小黑屋|Hassbian ( 晋ICP备17001384号-1 )
GMT+8, 2025-5-16 05:54 , Processed in 0.064146 second(s), 22 queries .
Powered by Discuz! X3.5
© 2001-2025 Discuz! Team.