From cb90a09c7ca9d641f59c3849de870f4c361d9c10 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 6 Dec 2018 07:12:59 -0500 Subject: [PATCH] drop unit parameter from waterfurnace docs (#7744) The unit parameter will no longer be required in the next version of home assistant, which makes it easier for people to use it. --- source/_components/waterfurnace.markdown | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/_components/waterfurnace.markdown b/source/_components/waterfurnace.markdown index e9288edfb95..4798cd81ec7 100644 --- a/source/_components/waterfurnace.markdown +++ b/source/_components/waterfurnace.markdown @@ -42,7 +42,6 @@ To use Waterfurnace in your installation, add the following to your `configurati waterfurnace: username: YOUR_USERNAME password: YOUR_PASSWORD - unit: 0123456789AB ``` {% configuration %} @@ -54,10 +53,6 @@ password: description: The password for your Symphony WaterFurnace account required: true type: string -unit: - description: The unit serial number for your WaterFurnace - required: true - type: string {% endconfiguration %} #### {% linkable_title Limitations %}