Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I have the following warning about extra keys for platform: itach #21300

Closed
oleg-78 opened this issue Feb 22, 2019 · 3 comments
Closed

I have the following warning about extra keys for platform: itach #21300

oleg-78 opened this issue Feb 22, 2019 · 3 comments

Comments

@oleg-78
Copy link

oleg-78 commented Feb 22, 2019

Home Assistant release with the issue:

Home Assistant
0.88.0

Last working Home Assistant release (if known):

Operating environment (Hass.io/Docker/Windows/etc.):

Home Assistant (Raspbian) Built using Python 3, Polymer

Component/platform:

https://www.home-assistant.io/components/remote.itach/

Description of problem:
I updated Home Assistant to version 88.0
I have the following WARNING:
2019-02-22 05:22:04 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [name]. (See /home/homeassistant/.homeassistant/configuration.yaml, line 161).

Line 161 - string "remote:"

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):

remote:
  - platform: itach
    name: Living room
    host: 192.168.0.11
    devices:
      - name: TV
        connaddr: 3
        commands:
          - name: "ON"
            data: "0000 006D......"
          - name: "OFF"
            data: "0000 006D......."
      - name: TV sound
        connaddr: 3
        commands:
          - name: "Up"
            data: "0000 006D......"              
          - name: "Down"
            data: "0000 006D ......"

Traceback (if applicable):


Additional information:

@elupus
Copy link
Contributor

elupus commented Feb 22, 2019

The name key living room should be removed.

@elupus
Copy link
Contributor

elupus commented Feb 22, 2019

Docs should be updated to remove that extra name tag.

@oleg-78
Copy link
Author

oleg-78 commented Feb 22, 2019

Thank you.

@dgomes dgomes closed this as completed Feb 22, 2019
elupus added a commit to elupus/home-assistant.io that referenced this issue Feb 22, 2019
fabaff pushed a commit to home-assistant/home-assistant.io that referenced this issue Feb 22, 2019
fabaff pushed a commit to home-assistant/home-assistant.io that referenced this issue Feb 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants