lubeda / EsphoMaTrix

A simple DIY status display with an 8x32 RGB LED panel implemented with esphome.io and Home Assistant
MIT License
217 stars 23 forks source link

Fix compile error for esphome version greater than 2023.6.0 #111

Closed frittes closed 1 year ago

frittes commented 1 year ago

Fixes the RealTimeClock compile error because of movement of time functions since esphome 2023.6.0.

Breaking change PR: https://github.com/esphome/esphome/pull/4926

lubeda commented 1 year ago

thanks for your support @frittes