So My Home Assistant is complaining about extra keys… however it does not tell me where to look I have a massive configuration 4000+ Lines across multiple files
2019-03-31 22:23:57 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [json_attributes].
2019-03-31 22:23:57 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [json_attributes].
2019-03-31 22:23:57 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [json_attributes].
Any Clues on getting the location where i need to change this ?
use whatever text editor you edit your yaml files with, and search your /config directory for json_attributes.
It will list json_attributes and point you to the files/lines. then check those components on the home-assistant.io docs and see if these keys are allowed… which they aren’t obviously