From 231b1c07065f73124b316b06ab874f1d4e772fd6 Mon Sep 17 00:00:00 2001 From: Martijn Date: Tue, 22 Oct 2024 21:27:21 +0200 Subject: [PATCH] Added links to ESPHome docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aba8ef6..3c29da7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # ESPhome_ButtonPlus For now, the diplays and the buttons are working. See the examples folder for the first example. Please reffer the ESPHome documentaion for more information on how to build your own menu or ... (?) +> https://esphome.io/components/display/ +> https://esphome.io/components/font#display-fonts Want to help? Pull requests are welcome!