Costumize not working

In configuration.yaml is:

customize: !include_dir_merge_named customize/

in /config/custumize/sensors.yaml is:

  sensor.temperature_433_01_temperature
    hidden: true
    friendly_name: Outside temp

I get error:
- mapping values are not allowed here

You have spelled customize 3 different ways on this post.
If your directory is really /config/custumize/sensors.yaml, then it won’t be found.

Try adding a : after “sensor.temperature_433_01_temperature” in the sensors.yaml.

1 Like

Yes. : This was the problem. Thanks