13
121
793
高级会员
- 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
690
4556
论坛元老
7
349
3231
yuyuye 发表于 2023-2-23 13:22 追加一个过滤: | rejectattr('attributes.friendly_name', 'in', ['指示灯1','指示灯2'])
本版积分规则 发表回复 回帖后跳转到最后一页
Archiver|手机版|小黑屋|Hassbian
GMT+8, 2024-11-25 02:29 , Processed in 0.107033 second(s), 27 queries .
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.