From 47c156a6fbd1b854e7b9c25f3285de82d017be6d Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 1 Sep 2025 19:00:01 +0200 Subject: [PATCH] fix: Update boot logo file path in LVGL cookbook --- content/cookbook/lvgl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/cookbook/lvgl.md b/content/cookbook/lvgl.md index 3c57c2a4b9..5652cf5d88 100644 --- a/content/cookbook/lvgl.md +++ b/content/cookbook/lvgl.md @@ -1230,7 +1230,7 @@ esphome: - lvgl.widget.hide: boot_screen image: - - file: https://esphome.io/_static/favicon-512x512.png + - file: https://esphome.io/favicon.ico id: boot_logo resize: 200x200 type: RGB565