Home Assistant add-ons for Code Glue - Write Automations and create entities in TypeScript via a built-in IDE.
Add this repository to your Home Assistant instance:
- Go to Settings → Add-ons → Add-on Store
- Click the ⋮ menu (top right) → Repositories
- Add this URL:
https://github.com/Digital-Alchemy-TS/code-glue-addon - Click Add → Close
You'll now see two add-ons available:
Stable production releases
- "Thoroughly tested"
- Recommended for production use
- Pulls from
ghcr.io/digital-alchemy-ts/code-glue:latest
Development builds for testing
- Latest features and bug fixes
- May (will) be unstable and/or ugly.
- Pulls from
ghcr.io/digital-alchemy-ts/code-glue:dev - Can run alongside production version with its own DB.
Full documentation and source code: https://github.com/Digital-Alchemy-TS/code-glue
Found a bug or have a feature request?
- Report issues: https://github.com/Digital-Alchemy-TS/code-glue/issues
This repository contains only the Home Assistant add-on configurations. The actual application source code lives in the main code-glue repository.
Container images are built and published automatically via GitHub Actions.