A custom Lovelace card for the Dockge Home Assistant integration. Auto-discovers your Dockge servers, stacks, and containers with real-time status, actions, and update tracking.
- Auto-discovery — no manual entity configuration needed
- Multi-server support — shows all connected Dockge agents
- Stack actions — start, stop, restart, update, and check for updates via popup
- Processing indicator — blue pulsing icon when a stack operation is in progress
- Update tracking — shows available image updates per stack and container
- Custom icons — override stack icons via card config
- Dark mode — uses HA theme variables throughout
- Dockge HA integration v1.7.0+
- Open HACS in Home Assistant
- Go to Frontend > three-dot menu > Custom repositories
- Add
https://github.com/finder39/dockge-cardwith category Dashboard - Search for "Dockge Card" and install
- Add the resource if not auto-added:
resources: - url: /hacsfiles/dockge-card/dockge-card.js type: module
- Download
dockge-card.jsfrom the latest release - Copy to
/config/www/dockge-card/dockge-card.js - Add the resource:
resources: - url: /local/dockge-card/dockge-card.js type: module
type: custom:dockge-card| Option | Type | Default | Description |
|---|---|---|---|
show_header |
boolean | true |
Show the Docker header with running count |
icons |
object | {} |
Custom stack icons (stack name → MDI icon) |
type: custom:dockge-card
icons:
my-app: mdi:application
database: mdi:databaseWhen upgrading, update the ?v= parameter in your resource URL to force browsers to load the new version:
- url: /hacsfiles/dockge-card/dockge-card.js?v=1.6.0
type: moduleMIT