Skip to content

Villhellm/lovelace-clock-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2a97526 · Jul 31, 2020

History

4 Commits
Jul 31, 2020
Jul 31, 2020
Jul 29, 2020

Repository files navigation

Lovelace Analog Clock Card

A simple analog clock card for Home Assistant. Colors are based on your current theme.

Example

Name Type Requirement Description
type string Required "custom:clock-card"
time_zone string Optional The timezone you would like to display. If ommited your current device time will be used.
size number Optional The size of the clock in px. Default is 300
disable_seconds boolean Optional Disable the seconds hand
show_continent boolean Optional Display the timezone continent beneath the clock
show_city boolean Optional Display the timezone city beneath the clock

Example Configuration

- type: "custom:clock-card"
  time_zone: "America/Chicago" #OPTIONAL
  size: 250 #OPTIONAL
  disable_seconds: true #OPTIONAL

Troubleshooting