13
119
907
高级会员
- 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
687
4761
论坛元老
7
348
3534
yuyuye 发表于 2023-2-23 13:22 追加一个过滤: | rejectattr('attributes.friendly_name', 'in', ['指示灯1','指示灯2'])
本版积分规则 发表回复 回帖后跳转到最后一页
Archiver|手机版|小黑屋|Hassbian ( 晋ICP备17001384号-1 )
GMT+8, 2025-7-2 19:10 , Processed in 0.092264 second(s), 7 queries , MemCached On.
Powered by Discuz! X3.5
© 2001-2025 Discuz! Team.