I currently have a home assistant using the ghcr.io/home-assistant/home-assistant:stable image. I then use a configuration.yaml to config the instance and mount that using a docker mount.
This works great so now I would like to do something like this for the Blink integration. I have looked here but this is done manually through the UI. How would I do this same thing with the configuration.yaml for Blink?
Like I see this in the core.config_entries but how do I make that into something I can copy up to the image and not check in sensitive data (like use secrets for the password etc)