|
History Stats 不出来数据死活不出来数据,还能帮看看
我试了几种状态都不对
- platform: history_stats
name: lightontoday
entity_id: switch.d1mq12f_switch5logod4
state: 'on'
type: time
start: '{{ now().replace(hour=0, minute=0, second=0) }}'
end: '{{ now() }}'
- platform: history_stats
name: lightontodayb
entity_id: switch.d1mq12f_switch5logod4
state: 'on'
type: ratio
start: '{{ now().replace(hour=0, minute=0, second=0) }}'
end: '{{ now() }}'
- platform: history_stats
name: lightontodayc
entity_id: switch.d1mq12f_switch5logod4
state: 'on'
type: count
start: '{{ now().replace(hour=0, minute=0, second=0) }}'
end: '{{ now() }}'
|
|