Open MiguelAngelLV opened 3 weeks ago
Hi, everything is possible, but ...........
I have an automation in homeassistant which triggers a birthday-cake with the name of the person to handle your request (kind of) Its hard to code a calendar with holidays on the ESP.
No, not a calendar, only a function as:
set_weekday_color(day, r, g, b)
For example
set_weekday_color(0, 0, 255) //Default
set_weekday_color(5, 255, 0, 0) //Saturday red
set_weekday_color(6, 255, 0, 0) //Sunday red
So I can set the weekend in differents color.
I see, but you have to see the colors once a week to have it right. What does the automation on the home-assistant site look like?
What is the color definition for, the accent (today) color or the dim version of the color?
Feature Request
Is your feature request related to a problem?
Describe the solution / feature you'd like
Set every weekday of a different color allow mark holidays or specials days
Describe alternatives you've considered
Additional context