mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 02:16:50 +00:00
documentation guideline fixes
This commit is contained in:
parent
a4b5446188
commit
3627455804
@ -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 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` %}
|
### {% linkable_title Service `set_away_mode` %}
|
||||||
|
|
||||||
|
@ -35,9 +35,17 @@ nuheat:
|
|||||||
- 67890
|
- 67890
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
username:
|
||||||
- **username** (*Required*): The username for accessing your MyNuHeat account.
|
description: The username for accessing your MyNuHeat account.
|
||||||
- **password** (*Required*): The password for accessing your MyNuHeat account.
|
required: true
|
||||||
- **devices** (*Required*): The serial number / ID of each thermostat you would like integrate with Home Assistant.
|
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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user