lubeda / EspHoMaTriXv2

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

[FEATURE REQUEST] Allow rainbow alerts #175

Closed sti0 closed 8 months ago

sti0 commented 9 months ago

Feature Request

Is your feature request related to a problem?

Currently the alert_screen service can only be called with RGB color. It would be nice if a rainbow option (or new service) could be added like it already exists for icon_screen etc.

Describe the solution / feature you'd like

Add a new service rainbow_alert_screen which then shows the text in rainbow colors.

Describe alternatives you've considered

Extend the existing service alert_screen but this wouldn't match the existing behavior of the other services.

andrewjswan commented 8 months ago

Added in https://github.com/lubeda/EspHoMaTriXv2/pull/176