Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 107192

Help... wife request! Tracking hours worked by day

$
0
0

My wife has a home business. The work boolean when turned on does some automations for her while she is working. I was able to create a history_stats that tracks a 7 day running total of hours worked. But she has requested something a little better. She would like to have a lovelace card that shows the hours by the day. I can do multiple lovelace cards for each day, doesnt have to be on the same. This is what Im using currently to track her weekly hours.

Any help would be greatly appreciated. The wife never asks for anything automation related, so this was a surprise.

  - platform: history_stats
    name: Sella Weekly Work
    entity_id: input_boolean.work
    state: 'on'
    type: time
    end: '{{ now().replace(hour=0, minute=0, second=0) }}'
    duration:
      days: 7

2 posts - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 107192

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>