All Projects → pmongloid → flipdown-timer-card

pmongloid / flipdown-timer-card

Licence: MIT license
Flipdown Timer Card for Home Assistant Lovelace

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to flipdown-timer-card

Clock
一个简单的计时器程序💡/A sample clock⏰
Stars: ✭ 15 (-46.43%)
Mutual labels:  timer
timezz
With this plugin, you can easily make a stopwatch or timer on your site. Just init, style and enjoy.
Stars: ✭ 35 (+25%)
Mutual labels:  timer
roku-card
📺 Roku Remote Card
Stars: ✭ 86 (+207.14%)
Mutual labels:  lovelace
flowloop
A Pomodoro-like timer for hyper-productivity
Stars: ✭ 69 (+146.43%)
Mutual labels:  timer
lovelace-battery-entity-row
Show battery states or attributes with dynamic icon on entity rows in Home Assistant's Lovelace UI
Stars: ✭ 49 (+75%)
Mutual labels:  lovelace
ha-card-weather-conditions
Weather condition card (Lovelace) for Home Assistant.
Stars: ✭ 101 (+260.71%)
Mutual labels:  lovelace
uptime-card
Minimalistic uptime card for Home Assistant Lovelace UI
Stars: ✭ 152 (+442.86%)
Mutual labels:  lovelace
asynchronous
A D port of Python's asyncio library
Stars: ✭ 35 (+25%)
Mutual labels:  timer
timer-machine-android
⏲ A highly customizable interval timer app for Android
Stars: ✭ 32 (+14.29%)
Mutual labels:  timer
LiveSplitOne
A version of LiveSplit that works on a lot of platforms.
Stars: ✭ 172 (+514.29%)
Mutual labels:  timer
linak-desk-card
Home Assistant Lovelace Card for controlling desks based on linak bluetooth controller.
Stars: ✭ 26 (-7.14%)
Mutual labels:  lovelace
inspector-metrics
Typescript metrics / monitoring library
Stars: ✭ 19 (-32.14%)
Mutual labels:  timer
pymusiccast
Group MusicCast Speakers with Home Assistant
Stars: ✭ 34 (+21.43%)
Mutual labels:  lovelace
GymWorkoutManager
💪A functional Gym workout timer ❤️
Stars: ✭ 16 (-42.86%)
Mutual labels:  timer
pauseable.js
Create event emitters, intervals, and timeouts that can be paused and resumed.
Stars: ✭ 44 (+57.14%)
Mutual labels:  timer
myconfig
My Home Assistant config
Stars: ✭ 143 (+410.71%)
Mutual labels:  lovelace
bestest timer
This is an awesome punch clock/timer plugin for Redmine. It's great. It's the bestest.
Stars: ✭ 15 (-46.43%)
Mutual labels:  timer
content-card-linky
cardLinky comptatible with sensor apiEnedis
Stars: ✭ 48 (+71.43%)
Mutual labels:  lovelace
lovelace-soft-ui
💫 Simple and clean Lovelace configuration
Stars: ✭ 807 (+2782.14%)
Mutual labels:  lovelace
alfred-timer-workflow
Alfred workflow to start a timer, which blinks when the time is up.
Stars: ✭ 39 (+39.29%)
Mutual labels:  timer

hacs_badge

Flipdown Timer Card

Card for timer entities in the Lovelace user interface of Home Assistant Default

Features

  • Set timer duration on the card
  • Display timer
  • Flip together if you have multiple cards

Installation

  • Install using HACS.
  • Or Download the 'flipdown-timer-card.js' from the latest release.

Configuration

Name Type Requirement Description Default
type string Required custom:flipdown-timer-card
entity string Required Timer entity
duration string Optional Timer duration indicated when idle. Should be 'hh:mm:ss'
theme string Optional Colorscheme hass, dark, light hass
show_title boolean Optional Show card title false
show_header boolean Optional Show rotor headings false
show_hour string Optional Show hour rotors true, false, auto false
styles object Optional Card style
localize object Optional Card text localization

Duration

Home Assistant timer updates default duration whenever timer starts. if duration is set on this card, it will override default timer duration when idle.

Auto Hours

Set show_hour to auto to enable auto hours. It toggles between HH:MM and MM:SS mode depend on remaining time. HH:MM will be displayed when in idle state. To know what is being displayed, it is recommned to enable the headers.

Styles Object

Object key Description Default
rotor width single rotor width 50px
height single rotor height 80px
button width button width 50px
location button location(right, bottom, hide) right

Localize Object

Localize(customize) strings on buttons and headings.

Key Value
button start, stop, cancel, resume, reset in your language(5 words)
header Hours, Minutes, Seconds in your language(3 words)

Full Example

type: custom:flipdown-timer-card
entity: timer.timer
show_hour: false
show_title: false
show_header: false
theme: dark
duration: "00:00:00"
localize:
  button: 시작, 정지, 취소, 계속, 리셋
  header: 시, 분, 초
styles:
  rotor:
    width: 60px
    height: 80px
  button:
    width: 60px
    location: bottom

Notes

  • Timing error(<1s) may occur due to flipping effect.

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].