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. */