initial commit

This commit is contained in:
2025-02-07 12:46:24 -05:00
commit 8dfb36a3f1
183 changed files with 9212 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
- 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() }}"