Customize_domain/customize_glob not working

Hello,

who is using these new customize options which came back with 0.39?

In example I’m trying:

 "automation.climate_*":
      icon: mdi:fire

…and get:

17-03-27 21:59:06 ERROR (MainThread) [homeassistant.config] Invalid config for [homeassistant]: [automation.climate_*] is an invalid option for [homeassistant]. Check: homeassistant->customize->automation.climate_*. (See /etc/homeassistant/configuration.yaml, line 1).

Configuration:

homeassistant:
  name:                Home
  latitude:           !secret zone_home_latitude
  longitude:          !secret zone_home_longitude
  elevation:          !secret zone_home_elevation
  unit_system:         metric
  temperature_unit:    C
  time_zone:           CET
  customize:          !include_dir_merge_named configuration/customize/
  customize_glob:     !include configuration/customize/_global.yaml
  customize_domain:   !include configuration/customize/_by_domain.yaml

I’m getting the same thing, did you have any luck figuring it out?

Try:

  customize_glob:
    "automation.*":
      friendly_name: automation_prefix
1 Like