From 83baeaacf0c9b0326c79eb1f928dc37cd74bc82b Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:59:17 +0200 Subject: [PATCH] Typo --- docs/en/customization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/customization.md b/docs/en/customization.md index b493a81..b26fd76 100644 --- a/docs/en/customization.md +++ b/docs/en/customization.md @@ -193,7 +193,7 @@ binary_sensor:   ### Button to upload `nspanel_blank.tft` -This can also be used for any other`alternative `tft` file you might want to use frequently: +This can also be used for any other alternative tft file you might want to use frequently: ```yaml button: @@ -213,7 +213,7 @@ button: id(disp1)->set_tft_url("${nextion_update_blank_url}"); id(disp1).upload_tft(); ``` -You also must add the url for the alternative `tft` in your substitutions, like this: +You also must add the url for the alternative tft in your substitutions, like this: ```yaml nextion_update_blank_url: "http://homeassistant.local:8123/local/nspanel/dev/nspanel_blank.tft" ```