Hi there,
I want to create a point system for house chores.
I already created counters like “clean the toilet” with automations to increase its value every day.
Goal: Have two dashboards for two different people with the counter helpers as entities (points visible). When someone long presses the card, it should add its value to the persons stats and reset itself.
Problem: What is a good/simple way to
- keep track of the stats (separate counter for each person?)?
- add the counters value to these stats?
As a relatively new user, I would really appreciate some pointers.