Customize_glob: does this replace in value_template/availability_template as well?

Ie.: does code like

    customize_glob:
      sensor.stromzaehler_*_momentanwirkleistung:
        device_class: power
        unit_of_measurement: 'W'
        availability_template: >-
          {{ states('sensor.stromzaehler_*_momentanwirkleistung') not in ['0', '0.0','0.0000']}}

work? Customizing entities - Home Assistant does not seem to be clear about that.

The way the documentation works is if it doesn’t explicitly explain a concept, or show an example of a concept, then that concept is not supported.

For customize_glob it shows you can use wildcards in YAML keys. There are no examples of wildcards in YAML values (i.e. such as a Jinja template).