From 09f10f3494d33cf0f6bd30e9ba24f896e81486ce Mon Sep 17 00:00:00 2001 From: mikosoft83 <63317931+mikosoft83@users.noreply.github.com> Date: Sun, 3 Nov 2024 22:57:05 +0100 Subject: [PATCH] Update display.h --- esphome/components/display/display.h | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/components/display/display.h b/esphome/components/display/display.h index bff86529d4..99bcead193 100644 --- a/esphome/components/display/display.h +++ b/esphome/components/display/display.h @@ -457,6 +457,7 @@ class Display : public PollingComponent { * @param font The font to draw the text with. * @param color The color to draw the text with. * @param background The background color to draw the text with. + * @param align The alignment of the text. * @param format The strftime format to use. * @param time The time to format. */