From e21722e64a5cceb8cb94d161c02984f48cb37e1c Mon Sep 17 00:00:00 2001 From: Guilherme Conti Teixeira Date: Sun, 28 Oct 2018 08:20:42 -0300 Subject: [PATCH] Update configuration variables description (#7175) * Update configuration variables description * Add periods --- source/_addons/google_assistant.markdown | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/source/_addons/google_assistant.markdown b/source/_addons/google_assistant.markdown index 2c8e0adba2e..ca281fa184d 100644 --- a/source/_addons/google_assistant.markdown +++ b/source/_addons/google_assistant.markdown @@ -68,10 +68,16 @@ Configuration example that uses the USB microphone and the built-in headset audi } ``` -Configuration variables: - -- **mic**: This is the hardware address of your microphone. Look at the add-on output -- **speaker**: This is the hardware address of your speakers. Look at the add-on output +{% configuration %} +mic: + description: This is the hardware address of your microphone. Look at the add-on output. + required: true + type: string +speaker: + description: This is the hardware address of your speakers. Look at the add-on output. + required: true + type: string +{% endconfiguration %} ### {% linkable_title Home Assistant configuration %}