Update configuration variables description (#7175)

* Update configuration variables description

* Add periods
This commit is contained in:
Guilherme Conti Teixeira 2018-10-28 08:20:42 -03:00 committed by Fabian Affolter
parent 8944b41f5f
commit e21722e64a

View File

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