Custom devcontainers for the home-assistant org
Go to file
dependabot[bot] 9ab53b410f
Bump actions/checkout from 4.2.1 to 4.2.2 (#107)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-26 00:00:17 +02:00
.github Bump actions/checkout from 4.2.1 to 4.2.2 (#107) 2024-10-26 00:00:17 +02: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).