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

@ -135,7 +135,7 @@ Returns the maximum supported temperature by the thermostat
The following services are provided by the NuHeat Thermostat: `set_away_mode`, `set_temperature`, `resume_program`.
The services `fan_min_on_time`, `set_aux_heat`, `set_hold_mode`, `set_humidity`, `set_fan_mode`, `set_operation_mode`, and `set_swing_mode` offered by the [Climate component](/components/climate/) are not implemented for this thermostat.
The services `fan_min_on_time`, `set_aux_heat`, `set_hold_mode`, `set_humidity`, `set_fan_mode`, `set_operation_mode` and `set_swing_mode` offered by the [Climate component](/components/climate/) are not implemented for this thermostat.
### {% linkable_title Service `set_away_mode` %}

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