Skip to content

Files

Latest commit

de88bf9 · Mar 17, 2025

History

History
42 lines (27 loc) · 973 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 973 Bytes

🕛 Timer Control Card (⚠️WIP)

card_screenshot

Timer Control is a simple card that lets you target a timer entity in Home assistant and set it's time attributes from your dashboard

This card is in a extremely alpha state, thus should not be used for things that are mission critical.

I am not responsible for:

  • Burnt Toast
  • Burnt Houses
  • Dead Plants

or anything else that may cause harm if a timer is missed.

Usage

run

npm i
npm run build

then copy the card.js from dist to

config/www/

then follow the instructions here about adding a custom resource Registering Resources.

to configure the card add the following to your dashboard

- type: custom:timer-card
  entity: timer.testing
  header: "My Testing Timer"

or use the UI to configure a timer entity