lubeda / EspHoMaTriXv2

A simple DIY status display with a 8x32 RGB LED matrix, implemented with esphome.io and Home Assistant.
MIT License
302 stars 30 forks source link

[FEATURE REQUEST] Individual weekday color #252

Open MiguelAngelLV opened 3 weeks ago

MiguelAngelLV commented 3 weeks ago

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 commented 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.

MiguelAngelLV commented 3 weeks ago

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 commented 3 weeks ago

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?