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

fix value dependent color usage #77

Closed vorlon closed 1 year ago

vorlon commented 1 year ago

This PR simply adds a variable for the input value _usecolors to be used in the if/then check later on. Otherwise the input value will be ignored, resulting in the condition to render true and only the default color will be used regardless of the setting.

lubeda commented 1 year ago

thanx