From 660df0f7c775b5c83b1fa8f77b10d90e67b7af2e Mon Sep 17 00:00:00 2001 From: Ilia Sotnikov Date: Thu, 10 Oct 2024 05:43:52 +0300 Subject: [PATCH] Document `pillow` requirements change (#4317) --- components/font.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/font.rst b/components/font.rst index 8f215822c..1a800bdb1 100644 --- a/components/font.rst +++ b/components/font.rst @@ -149,7 +149,7 @@ Configuration variables: To use fonts you will need to have the python ``pillow`` package installed, as ESPHome uses that package to translate the OpenType/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==10.2.0"``. + to install it using ``pip install "pillow==10.4.0"``. See Also --------