Skip to content

Commit

Permalink
doc: Added badges
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo.garcia.almis committed Apr 13, 2024
1 parent b01cfab commit c793223
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit c793223

Please sign in to comment.