Skip to content

Commit

Permalink
Cleaned up English usage. (home-assistant#3982)
Browse files Browse the repository at this point in the history
  • Loading branch information
Human authored and frenck committed Nov 14, 2017
1 parent 783a00e commit 4271c4f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions source/_addons/mariadb.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ Set up a [mariadb](https://mariadb.org/) SQL server. It supports multiple databa

Configuration variables:

- **databases** (*Require*): Listen of databases.
- **logins** (*Require*): Listen of logindata they will create or update.
- **username** (*Require*): Username for login.
- **host** (*Require*): Host for login, if you need a login with multibe hosts, use '%'.
- **password** (*Require*): Password for login.
- **rights** (*Require*): Listen of rights to be handle.
- **username** (*Require*): Username for grant rights.
- **databases** (*Require*): List of databases.
- **logins** (*Require*): List of SQL accounts to create or update.
- **username** (*Require*): Username for account.
- **host** (*Require*): Host for account. If you need an account on multiple hosts, use '%'.
- **password** (*Require*): Password for account.
- **rights** (*Require*): List of rights to be granted.
- **username** (*Require*): Username for granted rights.
- **host** (*Require*): Host is a part of username like above.
- **database** (*Require*): Database name to grant this user rights to.
- **database** (*Require*): Database name on which to grant user rights.
- **grant** (*Require*): SQL grant part for access too.

## {% linkable_title Home Assistant configuration %}
Expand Down

0 comments on commit 4271c4f

Please sign in to comment.