diff --git a/source/_components/climate.nuheat.markdown b/source/_components/climate.nuheat.markdown index 5f5ecaa0a89..5c033f46eb4 100644 --- a/source/_components/climate.nuheat.markdown +++ b/source/_components/climate.nuheat.markdown @@ -9,7 +9,7 @@ sharing: true footer: true logo: nuheat.png ha_category: Climate -ha_release: 0.58 +ha_release: 0.61 ha_iot_class: "Cloud Polling" --- @@ -21,12 +21,12 @@ To get your [NuHeat Signature](http://www.nuheat.com/products/thermostats/signat The NuHeat Thermostat supports the following key concepts. -The _target temperature_ is the temperature that the device attempts to achieve. The target temperature is either determined by the schedule programmed into the thermostat (_auto mode_) or may be overridden. When the target temperature is set by home assistant, the thermostat will hold this temperature until the schedule is resumed. +The `target temperature` is the temperature that the device attempts to achieve. The target temperature is either determined by the schedule programmed into the thermostat (`auto mode`) or may be overridden. When the target temperature is set by Home Assistant, the thermostat will hold this temperature until the schedule is resumed. ## {% linkable_title Attributes %} -The following attributes are provided by the NuHeat thermostat: `name`, `temperature_unit`, `current_temperature`, `target_temperature`, `current_hold_mode`, `current_operation`, `operation_list`, `min_temp`, `max_temp` +The following attributes are provided by the NuHeat thermostat: `name`, `temperature_unit`, `current_temperature`, `target_temperature`, `current_hold_mode`, `current_operation`, `operation_list`, `min_temp` and `max_temp`. ### {% linkable_title Attribute `name` %} diff --git a/source/_components/nuheat.markdown b/source/_components/nuheat.markdown index 6c22c3aa0ef..a261aececba 100644 --- a/source/_components/nuheat.markdown +++ b/source/_components/nuheat.markdown @@ -9,7 +9,7 @@ sharing: true footer: true logo: nuheat.png ha_category: Hub -ha_release: 0.58 +ha_release: 0.61 ha_iot_class: "Cloud Polling" --- @@ -45,7 +45,7 @@ password: required: true type: string devices: - description: The serial number / ID of each thermostat you would like to integrate with Home Assistant. + description: The serial number/ID of each thermostat you would like to integrate. required: true type: [string, int] {% endconfiguration %} diff --git a/source/images/supported_brands/nuheat.png b/source/images/supported_brands/nuheat.png index 35016d1c223..4bc30571f0b 100644 Binary files a/source/images/supported_brands/nuheat.png and b/source/images/supported_brands/nuheat.png differ