

Yeah, I’m just learning that now. Devcontainers is great because it runs a full instance of Home Assistant for debugging and test. There is DevPod Containers that might do the same thing, but I don’t use DevPod so it’s also a bit overwhelming (using that word a lot today…) to get going and I’m not sure if it’s compatible with the devcontaiers configuration in the Home Assistant dev tree.






I understand that - that’s why I mentioned terminal sessions into my home assistant instance and the file editor add-on. But when developing a home assistant component the only way to run it is in a home assistant instance. VS Code with devcontainers provides a development home assistant instance for this purpose. If I’m just editing the files in my production instance then I need to keep.restarting it to load new versions etc. Maybe I’ll just install another instance for development.