Hello! I recall sometime over last few years that some config will get moved from yaml over to the GUI.
I was using the VLC_Telnet integration, started out with config in configuration.yaml but now its not there. I need to change the ip/pass for the integration but cant find it in the gui for the life of me lol.
If you are running the current version of Home Assistant, all integrations should show up on this page:
If you want to add a new one that is part of core, you also go there and select add.
You have 2 options, only one of which is recommended:
Check if your integration has a “Configure” option which should allow you to reconfigure it in-place. If not, then you will unfortunately have to delete and re-add it (make sure you check which automations are using this integration before you do this).
This is absolutely not recommended unless you know what you are doing. You can open the (hidden) storage folder, fine the core.config_entries file, then carefully edit the password. A HA restart should pick up the updated password.
Yep, if your automations are not using Device IDs and are configured to use entity IDs, they should keep working just fine if you fix the entity names in the integration.