I think this change is needed to really fix this without workarounds:
I’m using customize_glob for this, also for script, binary sensor, input_boolean/text/number
configuration.yaml:
homeassistant:
customize_glob: !include customize_glob.yaml
customize_glob.yaml
"automation.*":
hidden: true
"script.*":
hidden: true
"input_boolean.*":
hidden: true
3 Likes