Initial commit

This commit is contained in:
2020-05-04 21:21:50 +03:00
commit 2c3f7ae901
20 changed files with 2200 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
# Lovelace Template Card by [@georgesg](https://www.github.com/georgesg)
[![hacs_badge][hacs-shield]][hacs]
[![GitHub Release][releases-shield]][releases]
![CI](https://github.com/GeorgeSG/lovelace-template-card/workflows/CI/badge.svg)
[![Project Maintenance][maintenance-shield]][maintenance]
[![GitHub Activity][commits-shield]][commits]
[![License][license-shield]][license]
## Overview
This is a Template for a lovelace card, mostly the same as [boilerplate-card](https://github.com/custom-cards/boilerplate-card), but with some of my preferences applied on top.
## Installation
Install using [HACS](https://hacs.xyz) or follow this [guide](https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins)
```yaml
resources:
- url: /local/template-card.js
type: module
```
## Usage
```yaml
type: 'custom:template-card'
```
[commits-shield]: https://img.shields.io/github/commit-activity/y/GeorgeSG/lovelace-template-card?style=flat-square
[commits]: https://github.com/GeorgeSG/lovelace-template-card/commits/master
[license-shield]: https://img.shields.io/github/license/GeorgeSG/lovelace-template-card?style=flat-square
[license]: https://github.com/GeorgeSG/lovelace-template-card/blob/master/LICENSE
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg?style=flat-square
[maintenance]: https://github.com/GeorgeSG/lovelace-template-card
[releases-shield]: https://img.shields.io/github/release/GeorgeSG/lovelace-template-card.svg?style=flat-square
[releases]: https://github.com/GeorgeSG/lovelace-template-card/releases
[hacs-shield]: https://img.shields.io/badge/HACS-Custom-orange.svg?style=flat-square
[hacs]: https://github.com/custom-components/hacs