From c79322334feaa8be1187decb8afeeb26d9612520 Mon Sep 17 00:00:00 2001 From: "pablo.garcia.almis" Date: Sat, 13 Apr 2024 18:53:30 +0200 Subject: [PATCH] doc: Added badges --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index 3396835..933af62 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ Custom card for Home Assistant's UI LoveLace which will display images and video This was developed for use alongside the [component for Kuna cameras](https://github.com/marthoc/kuna) but should work with any images/videos, in theory. +[![GitHub Release][releases-shield]][releases-link] [![GitHub Release Date][release-date-shield]][releases-link] [![GitHub Releases][latest-download-shield]][traffic-link] [![GitHub Releases][total-download-shield]][traffic-link] +[![HACS Badge][hacs-shield]][hacs-link] [![HomeAssistant][home-assistant-shield]][home-assistant-link] [![License][license-shield]][license-link] +![Project Maintenance][maintenance-shield] [![GitHub Activity][activity-shield]][activity-link] [![Open bugs][bugs-shield]][bugs-link] [![Open enhancements][enhancements-shield]][enhancement-link] + + ![Screenshot](https://github.com/lukelalo/gallery-card/raw/master/screenshot.png) ## Images/Video sources @@ -134,3 +139,23 @@ Notes: Forked from [TarheelGrad1998/gallery-card:master](https://github.com/TarheelGrad1998/gallery-card) to fix 2024 issues The files component largely taken from work done by @zsarnett in [the slideshow card](https://github.com/zsarnett/slideshow-card), from which other inspiration was also taken. + +[releases-shield]: https://img.shields.io/github/release/lukelalo/gallery-card.svg +[releases-link]: https://github.com/lukelalo/gallery-card/releases/latest +[release-date-shield]: https://img.shields.io/github/release-date/lukelalo/gallery-card +[latest-download-shield]: https://img.shields.io/github/downloads/lukelalo/gallery-card/latest/total?label=downloads%20latest%20release +[total-download-shield]: https://img.shields.io/github/downloads/lukelalo/gallery-card/total?label=total%20views +[traffic-link]: https://github.com/lukelalo/gallery-card/graphs/traffic +[hacs-shield]: https://img.shields.io/badge/HACS-Default-orange.svg +[hacs-link]: https://github.com/custom-components/hacs +[home-assistant-shield]: https://img.shields.io/badge/Home%20Assistant-visual%20editor/yaml-green +[home-assistant-link]: https://www.home-assistant.io/ +[license-shield]: https://img.shields.io/github/license/custom-cards/boilerplate-card.svg +[license-link]: LICENSE +[activity-shield]: https://img.shields.io/github/commit-activity/y/lukelalo/gallery-card.svg +[activity-link]: https://github.com/lukelalo/gallery-card/commits/master +[bugs-shield]: https://img.shields.io/github/issues/lukelalo/gallery-card/bug?color=red&label=bugs +[bugs-link]: https://github.com/lukelalo/gallery-card/labels/bug +[enhancements-shield]: https://img.shields.io/github/issues/lukelalo/gallery-card/enhancement?color=blue&label=enhancements +[enhancement-link]: https://github.com/lukelalo/gallery-card/labels/enhancement +[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg