Skip to content

Commit

Permalink
Clarify that user/password are default empty
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-local committed Mar 3, 2020
1 parent 230e0cf commit 6c3dff8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ This may cause wrong reported "changed" states. You are welcome to create a PR f

Available variables are listed below, along with their default values:

tasmota_user: username
tasmota_password: password
tasmota_user: ''
tasmota_password: ''
tasmota_commands: []

If tasmota_user and tasmota password are both defined, they will be included in the commands to authenticate access.
If tasmota_user and tasmota password are both non empty, they will be included in the commands to authenticate access.

Tasmota commands contains list of tasmota commands to be executed.
Each tasmota_command is defined as:
Expand Down

0 comments on commit 6c3dff8

Please sign in to comment.