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

Home Assistant "_add_screen" options #94

Closed KC-inDomus closed 1 year ago

KC-inDomus commented 1 year ago

Hi there, turns out that _add_screen service, which seems to have lifetime and screen_time as optional fields, having them mandatory instead. Btw, lifetime and screen_time only accept minutes values, while seconds would be more correct.

lubeda commented 1 year ago

Hi, i am completly redisigning the api, so the mandatory/optional thing will change. But the lifetime will stay in minutes, and screen_time is in seconds.

lubeda commented 1 year ago

New version will be here: EspHoMaTriXv2

KC-inDomus commented 1 year ago

thanks a lot for your work!