Fixed "System data error!" messages that occurred after TFT uploads.
The screen turn-off command in the shutdown sequence was being executed during the graceful restart window (introduced in ESPHome 2025.6.0),
causing the display to interpret it as corrupt TFT data.
Removing this shutdown command prevents the corruption issue.