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

Add Display On/Off Switch and Service Calls #41

Closed andrew-codechimp closed 1 year ago

andrew-codechimp commented 1 year ago

I have added a Display switch and service calls to allow the display to be "powered" on/off from Home Assistant for when you do not want the display on. This switch just stops the display updating rather than truly powering it off.

All example yaml files and documentation has been updated to detail this.

lubeda commented 1 year ago

Nice! I will review it in the next days for the 2023.3.0 version.