Update google_assistant add-on component configuration (#7432)

This commit is contained in:
Klaas Schoute 2018-11-08 09:02:56 +01:00 committed by Fabian Affolter
parent 32c6a303eb
commit 73f93834d1

View File

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