Custom devcontainers for the home-assistant org
Go to file
dependabot[bot] 4a474970b0
Bump actions/checkout from 4.1.4 to 4.1.6 (#75)
2024-05-17 09:32:05 +02:00
.github Bump actions/checkout from 4.1.4 to 4.1.6 (#75) 2024-05-17 09:32:05 +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 Update python to 3.12 (#59) 2024-01-13 16:35:22 +01: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).