Skip to content

Commit

Permalink
Document pillow requirements change (#4317)
Browse files Browse the repository at this point in the history
  • Loading branch information
hostcc authored Oct 10, 2024
1 parent 93ed66f commit 660df0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/font.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand Down

0 comments on commit 660df0f

Please sign in to comment.