Whats wrong with my customize_glob.yaml?

configuration.yaml:

homeassistant:
  customize: !include customize.yaml
  customize_glob: !include customize_glob.yaml

customize_glob.yaml:

"binary_sensor.zwave_35_*":
  friently_name: Røykvarsler på soverom
"binary_sensor.zwave_36_*":
  friently_name: Røykvarsler på vaskerom
"binary_sensor.zwave_37_*":
  friently_name: Røykvarsler i stue
"binary_sensor.zwave_38_*":
  friently_name: Røykvarsler på kontor 
"binary_sensor.zwave_39_*":
  friently_name: Røykvarsler 

But still (after reboot):

type: entities
entities:
  - binary_sensor.zwave_35_contact
  - binary_sensor.zwave_35_battery_islow
  - sensor.zwave_35_notification_smoke_alarm_sensor_status
  - binary_sensor.zwave_35_smoke
  - binary_sensor.zwave_35_smoke_alarm
  - switch.zwave_35_switch

image

1 Like

friendly_name

I see :stuck_out_tongue_closed_eyes: fixed