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 %}