From 73f93834d1e005dd5c952272081c4bd1cbf6b9a5 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Thu, 8 Nov 2018 09:02:56 +0100 Subject: [PATCH] Update google_assistant add-on component configuration (#7432) --- source/_addons/google_assistant.markdown | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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 %}