During migration of the yaml into the UI I recognized that in yaml there is a name to identify the vehicle.
This is not the case in the UI.
However, if I want to select the vehicle in the UI I can do this using the title.
When I try to select the vehicle with the evcc entity select.evcc_garage_vehicle_name it’s not working because there is no name assigned using the UI to create the vehicle.
Is there any way to use the UI and still be able to select the vehicle using the select entity above?
Is select.evcc_garage_vehicle_name an entity that was created from the integration? OR did you create it as a helper? If it’s the latter, the entity should be input_select.evcc_garage_vehicle_name. If it was created by the integration, then you will need to give it a unique_id in the yaml configuration of it, if possible, which will allow you to edit it more in the UI.
Best Practice - The unique_id you give it (if you can) is just the name of it, all lowercase letters, with _ (underscores) for any spaces.