Remove invalid configuration parameter (#8688)

Fix for https://github.com/home-assistant/home-assistant/issues/21300
This commit is contained in:
Joakim Plate 2019-02-22 16:36:22 +01:00 committed by Fabian Affolter
parent 6741a5225b
commit 96aa22a761
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -23,7 +23,6 @@ To use your iTach remote in your installation, you will need to know the IR comm
# Example configuration.yaml entry
remote:
- platform: itach
name: Living Room
host: itach023fdc
devices:
- name: TV
@ -36,10 +35,6 @@ remote:
```
{% configuration %}
name:
description: The iTach's name to display in the front end.
required: false
type: string
host:
description: The iTach's IP address.
required: true