mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 23:36:51 +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
|
# Example configuration.yaml entry
|
||||||
remote:
|
remote:
|
||||||
- platform: itach
|
- platform: itach
|
||||||
name: Living Room
|
|
||||||
host: itach023fdc
|
host: itach023fdc
|
||||||
devices:
|
devices:
|
||||||
- name: TV
|
- name: TV
|
||||||
@ -36,10 +35,6 @@ remote:
|
|||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
name:
|
|
||||||
description: The iTach's name to display in the front end.
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
host:
|
host:
|
||||||
description: The iTach's IP address.
|
description: The iTach's IP address.
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user