Update config-overview.md

This commit is contained in:
Johannes
2023-02-16 22:53:35 +01:00
committed by GitHub
parent e88ec15d60
commit 141c4e69f2

View File

@@ -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"
```