9 lines
253 B
YAML
9 lines
253 B
YAML
---
|
|
- platform: history_stats
|
|
name: "[Time Tracker] NPFD (monthly)"
|
|
entity_id: person.alexander_savin
|
|
state: "NPFD"
|
|
type: time
|
|
start: "{{ now().replace(day=1, hour=0, minute=0, second=0, microsecond=0 ) }}" #current month
|
|
end: "{{ now() }}"
|