forked from blakadder/templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhowto.html
More file actions
24 lines (19 loc) · 736 Bytes
/
Copy pathhowto.html
File metadata and controls
24 lines (19 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
layout: page
---
<h2>Importing Templates in Tasmota</h2>
Go to <b>Configuration - Configure Other</b>
<img src="https://i.postimg.cc/25Hsznpn/template-import1.png"></img>
When there:
<ol>
<li>Paste the template string into the Template field
<li>Make sure you <b>check Activate</b>
<li>Click on <b>Save</b>
</ol>
<img src="https://i.postimg.cc/P5HsKtzv/template-import2.png"></img>
<p>
The device will reboot with a name reflecting your template name and `Module 0` selected which has your new template stored.
<p>
<img src="https://i.postimg.cc/28hN4qvf/template-import3.png"></img>
<p>
For detailed instructions read <a href="https://tasmota.github.io/docs/#/Templates" target="_blank">Tasmota Documentation</a>!