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.
This commit is contained in:
Sean Dague 2018-12-06 07:12:59 -05:00 committed by Fabian Affolter
parent fcd3a2e11f
commit cb90a09c7c
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

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