lpt2007
(lpt2007)
1
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
treno
(travis reno)
2
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
lpt2007
(lpt2007)
4
Yes. : This was the problem. Thanks