13
114
872
高级会员
- platform: template sensors: number_lights_on: # 开灯数量统计 unique_id: "number_lights_on" friendly_name: "开灯数量" value_template: >- {{ states.light | selectattr('state', 'eq', 'on') | selectattr('attributes.friendly_name', 'search', '灯') | list | count }}
使用道具 举报
8
686
4695
论坛元老
7
346
3436
yuyuye 发表于 2023-2-23 13:22 追加一个过滤: | rejectattr('attributes.friendly_name', 'in', ['指示灯1','指示灯2'])
本版积分规则 发表回复 回帖后跳转到最后一页
Archiver|手机版|小黑屋|Hassbian ( 晋ICP备17001384号-1 )
GMT+8, 2025-5-7 19:25 , Processed in 0.128205 second(s), 24 queries .
Powered by Discuz! X3.5
© 2001-2025 Discuz! Team.