Document pillow requirements change (#4317)

This commit is contained in:
Ilia Sotnikov 2024-10-10 05:43:52 +03:00 committed by GitHub
parent 93ed66f4e9
commit 660df0f7c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
--------