I've just released my first custom Home Assistant card:
Analog Barometer Card
It's a lightweight SVG-based Lovelace card that displays atmospheric pressure using a traditional analogue barometer style gauge.
I originally built it because I wanted something that looked a bit more like a real barometer than the existing options I could find. Rather than trying to recreate a full physical instrument, the aim was to create a clean, responsive card that fits naturally into modern Home Assistant dashboards.
Features
- Fully SVG based (crisp at any size)
- Smooth animated needle
- Configurable pressure range
- Configurable warning/normal zones
- Supports any pressure sensor
- Lightweight with no external dependencies
Example configuration is included in the repository, along with installation instructions.
I'd really appreciate any feedback, feature requests or bug reports. If there are improvements that would make it more useful for other dashboards, let me know.
GitHub:
Hopefully someone else finds it useful!