From 141c4e69f24e5f0bc484f11d1873f5a87adf8717 Mon Sep 17 00:00:00 2001 From: Johannes <29555657+joBr99@users.noreply.github.com> Date: Thu, 16 Feb 2023 22:53:35 +0100 Subject: [PATCH] Update config-overview.md --- docs/config-overview.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/config-overview.md b/docs/config-overview.md index 0238730b..de36c2e0 100644 --- a/docs/config-overview.md +++ b/docs/config-overview.md @@ -165,3 +165,15 @@ The following example configuration is turning off the screen after sunset, but | `vi_VN` | Vietnamese | | `zh_CN` | Simplified Chinese | | `zh_TW` | Traditional Chinese | + +## Customize OTA URLs + +In case you need to change the OTA URLs to do automatic updates without internet access for tasmota, you can modify the OTA URLs: + +```yaml + config: + displayURL-US-L: "http://example.com/us-l.tft" + displayURL-US-P: "http://example.com/us-l.tft" + displayURL-EU: "http://example.com/us-l.tft" + berryURL: "http://exampe.com/autoexec.be" +```