jimmy-landry / HA-Mobile-Dashboard-Config

A mobile Home Assistant dashboard inspired by LE0N's Rounded theme
85 stars 12 forks source link

Night sheets change counter #6

Open tismofied opened 1 month ago

tismofied commented 1 month ago

Would you mind posting your helpers settings of how you set up the sheets counter please? I am trying to repurpose it for the AC filters Thank you for sharing this dashboard with us

jimmy-landry commented 6 days ago

All I did was create a counter helper that increments by 1 every time my wake-up automations run, then have a notification sent to my phone when it crosses a certain threshold. So, all you really need to do is create a counter and add an increment counter action to the end of an automation that runs daily (or create one if you don't already have one).

If you want something to happen when the counter crosses a certain threshold, use an if/then action in that same automation and numerical state as the condition, then put in the value that you want and add any action in the "then" section.