From 96aa22a7612ee4c1e25b50d75e9488669067c928 Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Fri, 22 Feb 2019 16:36:22 +0100 Subject: [PATCH] Remove invalid configuration parameter (#8688) Fix for https://github.com/home-assistant/home-assistant/issues/21300 --- source/_components/remote.itach.markdown | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/_components/remote.itach.markdown b/source/_components/remote.itach.markdown index fcdbc308265..35fcf4e200d 100644 --- a/source/_components/remote.itach.markdown +++ b/source/_components/remote.itach.markdown @@ -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