Can not get customize to work

Hi!

I am very new at this and trying to get customize to work. This is what I have in my configuration.yaml

customize:
sensor.weather_condition:
friendly_name: “Weather”

I would expect to see Weather instead of weather condition with this but does not work.

With developer tools I am able to set friendly names for entities but those are gone after reboot, so I need to set them with customize in configuration.

Any ideas on what could be wrong?

Hi @olskar,

The forum doesn’t always format your YAML exactly as you post it but if your configuration is exactly as you posted it it, your formatting is going to be an issue to start with.

Have you tried parsing your config through any of the recommended YAML resources yet?

http://yaml-online-parser.appspot.com
http://www.yamllint.com

:blush: thanks