From d4817e46c60f7cea5b0c155817466388cdac3aac Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 10 Aug 2023 15:57:44 +1200 Subject: [PATCH] Update note on pillow install (#3117) --- components/display/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/display/index.rst b/components/display/index.rst index 72be7942b..0478c604a 100644 --- a/components/display/index.rst +++ b/components/display/index.rst @@ -231,7 +231,7 @@ Configuration variables: to translate the TrueType and bitmap font files into an internal format. If you're running this as a Home Assistant add-on or with the official ESPHome docker image, it should already be installed. Otherwise you need to install it using - ``pip install pillow``. + ``pip install "pillow>4.0.0,<10.0.0"``. .. _display-static_text: