From ee7dcd55c851b8d9dd08f4ba5703035d5c965818 Mon Sep 17 00:00:00 2001 From: blakadder Date: Fri, 1 Mar 2019 11:41:27 +0100 Subject: [PATCH] Revert 641505336b1e797c36f44daed6dfc73dcfcf0030...74ac029388bb674e386fa1c87b81092791b845d7 on Templates --- Templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Templates.md b/Templates.md index 986be09e..ce8765d8 100644 --- a/Templates.md +++ b/Templates.md @@ -1,6 +1,6 @@ Starting with version **[6.4.1.16](https://github.com/arendst/Sonoff-Tasmota/commit/98ae3eaf547d69f3042cbf6ad6850de3965b7c6e)** Sonoff-Tasmota Modules can be extended by users using a **Template**. Version **[6.4.1.17](https://github.com/arendst/Sonoff-Tasmota/commit/577791440e2018308f27e4a01d698bab4661b44b)** introduced a menu to configure templates. -These are intended to be an easy way for users to create and share configurations for devices that are unsupported in Sonoff-Tasmota but have common characteristics with existing modules. We encourage everyone who creates a template for a new unknown device to [add it to the wiki](https://github.com/arendst/Sonoff-Tasmota/wiki/User-created-templates) with an image of the device, links to the manufaturer or where it can be found and, of course, the template for it. +These are intended to be an easy way for users to create and share configurations for devices that are unsupported in Sonoff-Tasmota but have common characteristics with existing modules. We encourage everyone who creates a template for a new unknown device to [add it to the database](https://blakadder.github.io/templates/) with an image of the device, links to the manufaturer or where it can be found and, of course, the template for it. To provide easy processing by Sonoff-Tasmota, a user template is written as a JSON text and could look like this: ``` @@ -54,7 +54,7 @@ Now that you've set up your previously unsupported device in Tasmota it is time MQT: stat/sonoff/RESULT = {"NAME":"RGB Smart Plug","GPIO":[37,0,39,0,38,134,0,0,131,17,132,21,0],"FLAG":0,"BASE":45} ``` -Copy the string `{"NAME":"RGB Smart Plug","GPIO":[37,0,39,0,38,134,0,0,131,17,132,21,0],"FLAG":0,"BASE":45}` and share it on our [User created templates](User-created-templates) page. +Copy the string `{"NAME":"RGB Smart Plug","GPIO":[37,0,39,0,38,134,0,0,131,17,132,21,0],"FLAG":0,"BASE":45}` and share it on our [device repository](https://blakadder.github.io/templates/) page. ## Importing Templates