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

as an example :

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:
      - [email protected]
media_player:
  - platform: plex
    entity_namespace: 'plex'
    include_non_clients: false
    scan_interval: 5
    show_all_controls: false

but if you look in documentation pages, all those keys are stil supported?

I have same problem.

Your indenting is wrong for the plex one… sometimes it throws errors in other places so try fixing that and see if it fixes it

no, its correct, its just a copy/paste error here in this thread
corrected it in original post

can you show your errors/warnings?

I’ve got simelar errors but no line where to find it… just this:

Your configuration contains extra keys that the platform does not support.
Please remove [icon]. 
Your configuration contains extra keys that the platform does not support.
Please remove [device].

I’ve searched my config but cant find it…

1 Like

Yes of course. Here is my log

2019-02-21 09:10:30 WARNING (MainThread) [homeassistant.loader] You are using a custom component for custom_updater which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-02-21 09:10:38 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [icon]. (See /home/homeassistant/.homeassistant/configuration.yaml, line 59).
2019-02-21 09:10:38 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [initial]. (See /home/homeassistant/.homeassistant/mqtt/sensor.yaml, line 29).
2019-02-21 09:10:38 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [initial]. (See /home/homeassistant/.homeassistant/mqtt/sensor.yaml, line 35).
2019-02-21 09:10:38 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [initial]. (See /home/homeassistant/.homeassistant/mqtt/sensor.yaml, line 41).
2019-02-21 09:10:38 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [initial]. (See /home/homeassistant/.homeassistant/mqtt/sensor.yaml, line 47).
2019-02-21 09:10:38 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [initial]. (See /home/homeassistant/.homeassistant/mqtt/sensor.yaml, line 64).
2019-02-21 09:10:38 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [initial]. (See /home/homeassistant/.homeassistant/mqtt/sensor.yaml, line 88).
2019-02-21 09:10:41 WARNING (MainThread) [homeassistant.loader] You are using a custom component for sensor.google_fit which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-02-21 09:10:41 WARNING (MainThread) [homeassistant.loader] Integrations need to be in their own folder. Change sensor/google_fit.py to google_fit/sensor.py. This will stop working soon.
2019-02-21 09:10:41 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [initial]. (See /home/homeassistant/.homeassistant/mqtt/sensor.yaml, line 113).
2019-02-21 09:10:41 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [initial]. (See /home/homeassistant/.homeassistant/mqtt/sensor.yaml, line 124).
2019-02-21 09:10:41 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [initial]. (See /home/homeassistant/.homeassistant/mqtt/sensor.yaml, line 135).
2019-02-21 09:10:41 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [initial]. (See /home/homeassistant/.homeassistant/mqtt/sensor.yaml, line 146).
2019-02-21 09:10:41 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [initial]. (See /home/homeassistant/.homeassistant/mqtt/sensor.yaml, line 157).
2019-02-21 09:10:41 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [initial]. (See /home/homeassistant/.homeassistant/mqtt/sensor.yaml, line 168).
2019-02-21 09:10:41 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [initial]. (See /home/homeassistant/.homeassistant/mqtt/sensor.yaml, line 179).
2019-02-21 09:10:41 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [initial]. (See /home/homeassistant/.homeassistant/mqtt/sensor.yaml, line 190).
2019-02-21 09:10:41 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [initial]. (See /home/homeassistant/.homeassistant/mqtt/sensor.yaml, line 201).
2019-02-21 09:10:42 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 162).
2019-02-21 09:10:43 WARNING (MainThread) [homeassistant.loader] Integrations need to be in their own folder. Change sensor/google_fit.py to google_fit/sensor.py. This will stop working soon.
2019-02-21 09:10:46 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved

A lot of those are due to MQTT invalid options. This version of HA rigidly enforces instead of ignoring errors…

One thing to check is look for stuff you have that isn’t working… With MQTT BTW, retain and optimistic I think are gone.

Other errors are custom_components and it tells you they need to be renamed and moved… Just tackle stuff one part at a time.

Missing devices and components are the things to look for.

Also some of the docs might be lagging so you can check the actual PR’s if they are in the release notes for clues.

Mine 3 errors are all correct though

I do not have components mqtt is just a folder so called. There are just ordinary sensors. Previously, there were mqtt sensors, because there was no smartthings integration. Now there are only Home Assistant sensors.

synology camera doesnt have framerate

indeed, one issue resolved
2 other ones are indeed bugs in HA it seems , something about the platform_schema

I don’t have any indiacations on WHERE the issues are, I have 42 of below lines as Warnings in Hass.io:

2019-02-21 09:46:41 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [system], [parameter], [object_id], [data].
2019-02-21 09:46:41 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [system], [parameter], [object_id], [data].
2019-02-21 09:46:41 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [system], [parameter], [object_id], [data].
2019-02-21 09:46:41 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [system], [parameter], [object_id], [data].
2019-02-21 09:46:41 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [system], [parameter], [object_id], [data].
2019-02-21 09:46:41 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [system], [parameter], [object_id], [data].
2019-02-21 09:46:41 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [system], [parameter], [object_id], [data].
2019-02-21 09:46:41 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [system], [parameter], [object_id], [data].
2019-02-21 09:46:41 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [system], [parameter], [object_id], [data].
2019-02-21 09:46:41 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [system], [parameter], [object_id], [data].

same issue here. “your configuration contains extra keys that the platform does not support”
and the line indicated was for pushover.

  • name: pushover_travis

anyone else seeing this warning message?

Every time there is warning about a key that is missing but it is supposed to work, it is actually an existing bug that is surfacing. Report them and the can be fixed. When reporting, don’t just dump your logs in an issue and let us figure it out, because we won’t. Report on a per platform basis which keys are getting flagged.

Here is an example issue https://github.com/home-assistant/home-assistant/issues/21263

1 Like

Thx… I also opened an issue, but it’s closed now

Does it means they already did action?

Here , see below, or do I need to report again?

1 Like

Dark sky key update_interval: for sensor works, for platform, HA complains.

Write it up as an issue on github, that’s what @balloob is refering to when he says ‘report it’.

Version 0.88 contains a Breaking Change concerning update_interval. It has been replaced by scan_interval. I mentioned it in a post here and, for the convenience of others, listed some of the affected components. DarkSky is one of them (the DarkSky Sensor’s documentation shows an entry for the scan_interval option but not for update_interval).

1 Like

I have the same: - platform: samsungtv when using mac:

edit:
fixed https://github.com/home-assistant/home-assistant/issues/21263