lubeda / EspHoMaTriXv2

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

[BUG] `on_show_display` `on_night_mode` `on_next_screen` triggers not work #207

Closed andrewjswan closed 6 months ago

andrewjswan commented 6 months ago

This doesn't work:

ehmtxv2: 
  on_night_mode:
    then:
      lambda: |-
        id(rgb8x32)->set_clock_color(235, 0, 0);

Originally posted by @popy2k14 in https://github.com/lubeda/EspHoMaTriXv2/issues/190#issuecomment-1915365583

andrewjswan commented 6 months ago

Fixed, Tested, and changes work ... https://github.com/lubeda/EspHoMaTriXv2/issues/190#issuecomment-1918768736

andrewjswan commented 6 months ago

Fixed!