documentation guideline fixes

This commit is contained in:
Derek Brooks 2017-11-11 16:45:23 -06:00
parent a4b5446188
commit 3627455804
2 changed files with 15 additions and 7 deletions

View file

@ -35,9 +35,17 @@ nuheat:
- 67890
```
Configuration variables:
- **username** (*Required*): The username for accessing your MyNuHeat account.
- **password** (*Required*): The password for accessing your MyNuHeat account.
- **devices** (*Required*): The serial number / ID of each thermostat you would like integrate with Home Assistant.
{% configuration %}
username:
description: The username for accessing your MyNuHeat account.
required: true
type: string
password:
description: The password for accessing your MyNuHeat account.
required: true
type: string
devices:
description: The serial number / ID of each thermostat you would like integrate with Home Assistant.
required: true
type: [string, int]
{% endconfiguration %}