Hello,
is it possible to have a sensor to identify the first Saturday of the month?
Thanks
Hello,
is it possible to have a sensor to identify the first Saturday of the month?
Thanks
I think this should work:
{{ now().day <= 7 and as_timestamp(now()) | timestamp_custom('%A') == 'Saturday'}}
You wan’t to get a true/false value or the number of the date?
If true/false plase mark @finity answer as solution.
I’m glad to help!
it should be a check mark box (or something similar) at the bottom of my post
You find it here:
Fantastic!
Now, before you go… please take the time to mark that as the answer, you do that by selecting the three dots under the post:
Then select the check box:
Don’t forget too while you’re down there to click the heart to like the post, as a way of saying thank you.
Taken from: How to help us help you - or How to ask a good question