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’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].
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
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.
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].
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.
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).