diff --git a/source/_addons/google_assistant.markdown b/source/_addons/google_assistant.markdown index 2c8e0adba2e..6a629336211 100644 --- a/source/_addons/google_assistant.markdown +++ b/source/_addons/google_assistant.markdown @@ -68,10 +68,14 @@ 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. + type: float +speaker: + description: This is the hardware address of your speakers. Look at the add-on output. + type: float +{% endconfiguration %} ### {% linkable_title Home Assistant configuration %}