mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Remove invalid configuration parameter (#8688)
Fix for https://github.com/home-assistant/home-assistant/issues/21300
This commit is contained in:
parent
6741a5225b
commit
96aa22a761
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user