HA won,t restart bad config

Hello i have a lot of problems :grinning: :grinning: but first this one to start.
first mine appology English is not mine main language so i hope it is nearly good understandeble.
I have spent many ours to figure this out but i cant solve the problem.
I have make this in confi.yaml
###############################################################

includes

###############################################################

#automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
input_boolean: !include input_boolean.yaml
input_select: !include input_select.yaml
input_number: !include input_number.yaml
#customize: !include customize.yaml

But when i remove the two # by include automations and by customize mine HA doesnt start up.
What have i do wrong in in mine automation file are several automations that works fine and in mine customize file i onley have this

entity: sensor.plant_10_conductivity
name: conductivity

but i can,t test of this work.

And this mine fault repport

The system cannot restart because the configuration is not valid: Error loading /config/configuration.yaml: expected ‘’, but found ‘’ in “/config/customize.yaml”, line 22, column 1

I hope someone can figure this out.

Customize goes under homeassistant. Like this:

homeassistant:
  customize: !include customize.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
input_boolean: !include input_boolean.yaml
input_select: !include input_select.yaml
input_number: !include input_number.yaml

make sure homeassistant: only appears once in your configuration.yaml file (don’t add a second one if there is one there already).

Please show the errors you receive in your logs, so we can help you fix your bad automation configuration(s).

So that is fast i have tried and it works thankyou very much but now i,am currius why is by

homeassistant:
  customize: !include customize.yaml

a free space at the beginning

Mine automation yaml is ok but mine customize.yaml
I,am bisy with a picture element card that looks great already but i wanted a shorter name for mine entity
I have this

type: picture-elements
elements:
  - type: state-badge
    ***entity: sensor.plant_10_conductivity***
    **name: conductivity*

And in mine customize.yaml file i have this.

***#  entity: sensor.plant_10_conductivity***
*** #  **name: conductivity****

But the name in mine cards picture stay the shame.
Plant 10 conductivity
So mine question is how to get rid of the Plant 10

And now i,am sad there is a fault in mine automation.yaml.
I never saw of notice this but this the fault.

2022-08-13 17:24:50.906 ERROR (MainThread) [homeassistant.config] Invalid config for [automation]: required key not provided @ data[‘action’]. Got None

Please format your pasted configuration correctly so that we can see the indentation (spacing). It is important in YAML. See the instructions here How to help us help you - or How to ask a good question

Hello sory if i made a mistake i hope this is good now

No, it is still not formatted correctly.

Its hard way to lookbut iàm hopefull now and again sorry

Because customize is not an integration, like the other items against the margin of the file. It is part of homeassistant.

Look a the examples.

Just do this:

sensor.plant_10_conductivity:
  name: conductivity

Which integration are you using to bring sensor.plant_10_conductivity into home assistant?

You might be able to change the name in the UI.

Just click on your entity. Click on the Gear icon in the top right corner of the pop-up card. Then you may be able to change the name:

Thank you for you help
I muss admit i have done that already but i have 10 sensors named 01-10
But when i changed that itsto hard to remember wich is one
But as this the only working solutioni have no choiche.
Thx again