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

88.0 complains about keys that are not supported , while they are? #21254

Closed
pergolafabio opened this issue Feb 21, 2019 · 5 comments · Fixed by #21265
Closed

88.0 complains about keys that are not supported , while they are? #21254

pergolafabio opened this issue Feb 21, 2019 · 5 comments · Fixed by #21265

Comments

@pergolafabio
Copy link

pergolafabio commented Feb 21, 2019

hi,

my 88.0 config complains about keys , but if i look in documantation , they are all supported?

see below :

2019-02-21 09:22:55 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [senders].  (See /config/configuration.yaml, line 109). 
2019-02-21 09:22:55 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [framerate].  (See /config/configuration.yaml, line 503). 
2019-02-21 09:22:55 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [show_all_controls].  (See /config/configuration.yaml, line 425). 
camera:
  - platform: synology
    url: https://192.168.0.15:6003
    username: !secret synology_cam_user
    password: !secret synology_cam_pass
    verify_ssl: false
    framerate : 15
sensor:
  - platform: imap_email_content
    server: imap.gmail.com
    port: 993
    name: alarmmail
    username: !secret gmail_username
    password: !secret gmail_password
    scan_interval: 5
    senders:
      - noreply@blabla.com
media_player:
  - platform: plex
    entity_namespace: 'plex'
    include_non_clients: false
    scan_interval: 5
    show_all_controls: false
@fabaff
Copy link
Member

fabaff commented Feb 21, 2019

Look like that there is an additional space in framerate : 15

@fabaff
Copy link
Member

fabaff commented Feb 21, 2019

@fabaff fabaff closed this as completed Feb 21, 2019
@elupus
Copy link
Contributor

elupus commented Feb 21, 2019

framerate doesn't exist in synology platform as far as I can see.

shiw_all_controls in plex is indeed a bug. It's missing in the config schema, but still used.

senders same thing, missing in platform_schema but used.

@elupus
Copy link
Contributor

elupus commented Feb 21, 2019

@fabaff it's a bug in plex and imap_email_content at least.

@pergolafabio
Copy link
Author

ok, removed the framerate

but the show_all_controls and senders is a bug in HA? so i need to ignore those warnings for now?

elupus added a commit to elupus/home-assistant that referenced this issue Feb 21, 2019
elupus added a commit to elupus/home-assistant that referenced this issue Feb 21, 2019
balloob pushed a commit that referenced this issue Feb 21, 2019
balloob pushed a commit that referenced this issue Feb 21, 2019
balloob pushed a commit that referenced this issue Feb 22, 2019
balloob pushed a commit that referenced this issue Feb 22, 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

Successfully merging a pull request may close this issue.

3 participants