From ed07a2ce471e2bda878419783917640584408b64 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 22 Jan 2021 23:35:41 -0600 Subject: [PATCH] Remove YAML support from nuheat (#16250) --- source/_integrations/nuheat.markdown | 33 ---------------------------- 1 file changed, 33 deletions(-) diff --git a/source/_integrations/nuheat.markdown b/source/_integrations/nuheat.markdown index fac312daa61..354fc2f702b 100644 --- a/source/_integrations/nuheat.markdown +++ b/source/_integrations/nuheat.markdown @@ -21,39 +21,6 @@ First, you will need to obtain your thermostat's numeric serial number or ID by Once you have the Thermostat ID(s), to add `NuHeat` to your installation, go to **Configuration** >> **Integrations** in the UI, click the button with `+` sign and from the list of integrations select **NuHeat**. -Alternatively, add the following information to your `configuration.yaml` file: - -```yaml -# Example configuration.yaml entry -nuheat: - username: YOUR_USERNAME - password: YOUR_PASSWORD - devices: 12345 - -# Example configuration.yaml entry with multiple thermostats -nuheat: - username: YOUR_USERNAME - password: YOUR_PASSWORD - devices: - - 12345 - - 67890 -``` - -{% 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 to integrate. - required: true - type: [string, integer] -{% endconfiguration %} - ## Concepts The NuHeat Thermostat supports the following key concepts.