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.
- Posts
- 16
- Comments
- 156
- Joined
- 2 yr. ago
- Posts
- 16
- Comments
- 156
- Joined
- 2 yr. ago
homeassistant @lemmy.world Can I develop without VS Code?
homeassistant @lemmy.world Should I get a ZBT-2?
Everything ZFS @lemmy.world Help - who mounted all my snapshots??
- JumpRemoved
A summary of trump
homeassistant @lemmy.world Any IKEA Zigbee experts here?
Linux @lemmy.ml Finally using Linux as my desktop
Selfhosted @lemmy.world I don't get the love for Nextcloud - alternative for just files?
Android @lemmy.world Is Google deliberately crippling my phone...
Electricians @lemmy.world More weird potential offsets
Electricians @lemmy.world Supply voltage variance
Electricians @lemmy.world 20V AC between slab and electrical ground
Google Pixel @lemmy.world I'll be looking for Pixel alternatives when I can afford a new phone
networking @sh.itjust.works Options for under performing Cat6 cable
Everything ZFS @lemmy.world To scrub, or not to scrub
nextcloud @lemmy.ml Apache or nginx WebDAV with Nextcloud sync client?
Selfhosted @lemmy.world Should I move to Docker?
Sony @lemdro.id Google is now putting product ads on the home screen of my Sony Bravia TV
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.