From 65c83ca43d8f83982a267a102446e6db951530aa Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 18 Jun 2018 11:30:52 +0200 Subject: [PATCH] :pencil2: Fixes capatalization of Home Assistant. (#5559) --- source/_components/matrix.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/matrix.markdown b/source/_components/matrix.markdown index e98604403d7..621fd836cc8 100644 --- a/source/_components/matrix.markdown +++ b/source/_components/matrix.markdown @@ -31,7 +31,7 @@ Configuration variables: {% configuration %} username: - description: "The matrix username that home assistant should use to log in. *Note*: You must specify a full matrix ID here, including the homeserver domain, e.g. '@my_matrix_bot:matrix.org'. Please note also that the '@' character has a special meaning in YAML, so this must always be given in quotes." + description: "The matrix username that Home Assistant should use to log in. *Note*: You must specify a full matrix ID here, including the homeserver domain, e.g. '@my_matrix_bot:matrix.org'. Please note also that the '@' character has a special meaning in YAML, so this must always be given in quotes." required: true type: string password: