Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Add tasmota_user and tasmota_password parameters
  • Loading branch information
tobias-richter authored Mar 9, 2020
1 parent 12114bd commit c91af92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
tasmota_user: ''
tasmota_password: ''
tasmota_commands: []
# examples:
# set teleperiod to 10 seconds
Expand All @@ -11,4 +13,4 @@ tasmota_commands: []
# value: 1
# enable one shot for the rule
# - command: Rule1
# value: 5
# value: 5

0 comments on commit c91af92

Please sign in to comment.