@ArkansasAutomator wrote:
I am using
check_config
to check myconfiguration.yaml
andcustomize.yaml
files and am receiving this error message:Testing configuration at /home/homeassistant/.homeassistant Failed config homeassistant: - extra keys not allowed @ data['customize']['name'] - customize: [source /home/homeassistant/.homeassistant/configuration.yaml:2]
My
configuration.yaml
file is:homeassistant: customize: !include customize.yaml packages: !include_dir_named packages/
The start of my
customize.yaml
file is:# Name of the location where Home Assistant is running name: !secret home_name # Location required to calculate the time the sun rises and sets latitude: !secret home_latitude longitude: !secret home_longitude
If I comment out the
name
line incustomize
, then the error refers tolatitude
.Any suggestions to correct this error will be appreciated.
Posts: 2
Participants: 2