I am trying to remove a tonne of sensor from my default HA page.
I’ve read that I should be able to use:
customize_glob:
"sensor_dark_*":
hidden: true
but when I do I get the following error:
extra keys not allowed @ data['custimize_glob'
I’ve tried this in the customize.yaml and the configuration.yaml files.
If it’s a typo, my eyes are failing me.
keithh666
(Keith Hull)
2
custimize_glob
needs an o not an i - customize_glob
Fixed the typo and I’m getting the same error only spelled correctly
extra keys not allowed @ data['customize']['customize_glob']
keithh666
(Keith Hull)
4
Have you got customize and customize_glob indented 2 spaces under homeassistant?
So I had another typo in my original statement, it should have been ‘sensor.dark’ not ‘sensor_dark’.
1 Like