Skip to content
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

Open
MiguelAngelLV opened this issue Oct 29, 2024 · 3 comments
Open

[FEATURE REQUEST] Individual weekday color #252

MiguelAngelLV opened this issue Oct 29, 2024 · 3 comments

Comments

@MiguelAngelLV
Copy link

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

@lubeda
Copy link
Owner

lubeda commented Oct 30, 2024

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.

@lubeda lubeda closed this as completed Oct 30, 2024
@MiguelAngelLV
Copy link
Author

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.

@lubeda lubeda reopened this Oct 30, 2024
@lubeda
Copy link
Owner

lubeda commented Oct 30, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants