Custom devcontainers for the home-assistant org
Go to file
dependabot[bot] 6e1e9f907d
Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 (#109)
2024-12-17 07:33:44 +01:00
.github Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 (#109) 2024-12-17 07:33:44 +01:00
addons fix: move VS Code customizations in devcontainer.json (#63) 2024-03-07 17:00:08 +01:00
common Update cosign to 2.2.3 (#69) 2024-03-27 11:54:04 -04:00
supervisor Remove unnecessary D-Bus requirements (#100) 2024-08-22 20:50:23 +02:00
.devcontainer.json Add basicc devcontainer (#45) 2023-07-20 10:58:11 +02:00
LICENSE First commit 2021-09-26 12:56:35 +02:00
README.md Fix typo (#58) 2023-11-30 09:06:44 +01:00

README.md

devcontainer

This project contains custom devcontainers for use in our repositories.

Images

Image Description Dockerfile
ghcr.io/home-assistant/devcontainer:addons For Add-on development ./addons/Dockerfile
ghcr.io/home-assistant/devcontainer:supervisor For Supervisor development ./supervisor/Dockerfile

Example files

Example files to use with Visual Studio Code

addon

Example files for the addons devcontainer

Notes

addons and supervisor

  • Use the command supervisor_run to start Home Assistant inside the devcontainer, or run the task "Start Home Assistant" if you copied the tasks file.
  • Use ha to use the custom Home Assistant CLI (Needs the supervisor to be running).