mirror of
https://github.com/GeorgeSG/lovelace-time-picker-card.git
synced 2026-09-06 02:18:44 +00:00
50 lines
1.9 KiB
Markdown
50 lines
1.9 KiB
Markdown
# Time Picker Card by [@georgesg](https://www.github.com/georgesg)
|
|
|
|
[![hacs_badge][hacs-shield]][hacs]
|
|
[![GitHub Release][releases-shield]][releases]
|
|

|
|
[![Project Maintenance][maintenance-shield]][maintenance]
|
|
[![GitHub Activity][commits-shield]][commits]
|
|
[![License][license-shield]][license]
|
|
|
|
## Overview
|
|
|
|
This is a Time Picker card for Lovelace.
|
|
|
|
## Installation
|
|
|
|
Install using [HACS](https://hacs.xyz) or follow this [guide](https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins)
|
|
|
|
```yaml
|
|
resources:
|
|
- url: /local/time-picker-card.js
|
|
type: module
|
|
```
|
|
|
|
## Usage
|
|
|
|
```yaml
|
|
type: 'custom:time-picker-card'
|
|
```
|
|
|
|
## Meta
|
|
|
|
**Georgi Gardev**
|
|
|
|
- [gar.dev](https://gar.dev)
|
|
- [![GitHub][github-icon]](https://github.com/GeorgeSG/) [GeorgeSG](https://github.com/GeorgeSG/)
|
|
- [![Twitter][twitter-icon]](https://twitter.com/georgesg92) [@georgesg92](https://twitter.com/georgesg92)
|
|
|
|
[commits-shield]: https://img.shields.io/github/commit-activity/y/GeorgeSG/lovelace-time-picker-card?style=flat-square
|
|
[commits]: https://github.com/GeorgeSG/lovelace-time-picker-card/commits/master
|
|
[license-shield]: https://img.shields.io/github/license/GeorgeSG/lovelace-time-picker-card?style=flat-square
|
|
[license]: https://github.com/GeorgeSG/lovelace-time-picker-card/blob/master/LICENSE
|
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg?style=flat-square
|
|
[maintenance]: https://github.com/GeorgeSG/lovelace-time-picker-card
|
|
[releases-shield]: https://img.shields.io/github/release/GeorgeSG/lovelace-time-picker-card.svg?style=flat-square
|
|
[releases]: https://github.com/GeorgeSG/lovelace-time-picker-card/releases
|
|
[hacs-shield]: https://img.shields.io/badge/HACS-Custom-orange.svg?style=flat-square
|
|
[hacs]: https://github.com/custom-components/hacs
|
|
[twitter-icon]: http://i.imgur.com/wWzX9uB.png
|
|
[github-icon]: http://i.imgur.com/9I6NRUm.png
|