From c91af92ec257cb0d12aa8e78198db0799eaf0790 Mon Sep 17 00:00:00 2001 From: Tobias Richter Date: Mon, 9 Mar 2020 17:17:18 +0100 Subject: [PATCH] Update main.yml Add tasmota_user and tasmota_password parameters --- defaults/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index fec678c..cbdb6da 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,3 +1,5 @@ +tasmota_user: '' +tasmota_password: '' tasmota_commands: [] # examples: # set teleperiod to 10 seconds @@ -11,4 +13,4 @@ tasmota_commands: [] # value: 1 # enable one shot for the rule # - command: Rule1 -# value: 5 \ No newline at end of file +# value: 5