-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST] Individual weekday color #252
Comments
Hi, I have an automation in homeassistant which triggers a birthday-cake with the name of the person to handle your request (kind of) |
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
The text was updated successfully, but these errors were encountered: