1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

[nextion] Adds a command pacer with command_spacing attribute (#7948)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Edward Firmo
2025-05-05 10:08:16 +02:00
committed by GitHub
parent 6f35d0ac88
commit 8bbc509b0b
5 changed files with 120 additions and 21 deletions

View File

@@ -280,6 +280,7 @@ display:
- platform: nextion
id: main_lcd
update_interval: 5s
command_spacing: 5ms
on_sleep:
then:
lambda: 'ESP_LOGD("display","Display went to sleep");'