All Projects → wassy92x → lovelace-digital-clock

wassy92x / lovelace-digital-clock

Licence: MIT license
A custom digital clock card for Home Assistant

Programming Languages

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

Projects that are alternatives of or similar to lovelace-digital-clock

MeteoalarmCard
Meteoalarm, Météo-France and DWD severe weather warnings card for Home Assistant Lovelace UI ⛈️
Stars: ✭ 48 (+118.18%)
Mutual labels:  homeassistant, lovelace, lovelace-card
lovelace-collapsable-cards
A custom Lovelace card that hides other cards behind a dropdown toggle
Stars: ✭ 83 (+277.27%)
Mutual labels:  homeassistant, lovelace, lovelace-card
tv-card
📺 TV Remote Card
Stars: ✭ 139 (+531.82%)
Mutual labels:  lovelace, lovelace-card
charger-card
A lovelace card for electrical vehicle (EV) home chargers and charging robots.
Stars: ✭ 57 (+159.09%)
Mutual labels:  homeassistant, lovelace
atomic-calendar-revive
An advanced calendar card for Home Assistant Lovelace.
Stars: ✭ 218 (+890.91%)
Mutual labels:  homeassistant, lovelace
entur-card
Home Assistant Lovelace card card for the Entur public transport component.
Stars: ✭ 38 (+72.73%)
Mutual labels:  homeassistant, lovelace
text-divider-row
🗂 Text Divider Row
Stars: ✭ 49 (+122.73%)
Mutual labels:  homeassistant, lovelace
bootstrap-grid-card
Bootstrap grid in Lovelace UI
Stars: ✭ 25 (+13.64%)
Mutual labels:  homeassistant, lovelace
tesla-style-solar-power-card
Home assistant power card mimicking the one tesla provides for the powerwall app.
Stars: ✭ 103 (+368.18%)
Mutual labels:  homeassistant, lovelace
select-list-card
Select List Card displays an input_select entity as a list in lovelace
Stars: ✭ 51 (+131.82%)
Mutual labels:  homeassistant, lovelace
flex-table-card
Highly Flexible Lovelace Card - arbitrary contents/columns/rows, regex matched, perfect to show appdaemon created content and anything breaking out of the entity_id + attributes concept
Stars: ✭ 122 (+454.55%)
Mutual labels:  homeassistant, lovelace
lovelace-valetudo-map-card
Draws the map available from a Xiaomi Vacuum cleaner flashed with Valetudo in a Home Assistant Lovelace card
Stars: ✭ 149 (+577.27%)
Mutual labels:  homeassistant, lovelace
ha-floorplan
Bring new life to Home Assistant. By mapping entities to a SVG-object, you're able to control devices, show states, calling services - and much more. Add custom styling on top, to visualize whatever you can think of. Your imagination just become the new limit.
Stars: ✭ 415 (+1786.36%)
Mutual labels:  homeassistant, lovelace-card
Home Assistantconfig
🏠 Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to ⭐ it. Updated FREQUENTLY!
Stars: ✭ 3,687 (+16659.09%)
Mutual labels:  homeassistant, lovelace
lovelace-hass-aarlo
Lovelace card for hass-aarlo integration.
Stars: ✭ 41 (+86.36%)
Mutual labels:  homeassistant, lovelace-card
lovelace-rpi-monitor-card
A Raspberry Pi status display Card for Home Assistant Lovelace
Stars: ✭ 102 (+363.64%)
Mutual labels:  homeassistant, lovelace-card
slider-button-card
A button card with integrated slider
Stars: ✭ 319 (+1350%)
Mutual labels:  homeassistant, lovelace
decluttering-card
🧹 Declutter your lovelace configuration with the help of this card
Stars: ✭ 186 (+745.45%)
Mutual labels:  homeassistant, lovelace
power-distribution-card
A Lovelace Card for visualizing power distributions.
Stars: ✭ 117 (+431.82%)
Mutual labels:  homeassistant, lovelace-card
numberbox-card
Replace input_number sliders with plus and minus buttons
Stars: ✭ 61 (+177.27%)
Mutual labels:  lovelace, lovelace-card

Digital Clock

A custom digital clock card for Home Assistant

GitHub Release hacs_badge License

Image of Digital Clock Card

Options

Name Type Requirement Description Default
type string Required custom:digital-clock
locale string Optional Locale to use for formatting. For example de locale set in your home assistant profile otherwise your browser locale
timeZone string Optional Time zone to use. For example Europe/Berlin time zone set in your home assistant profile otherwise your browser time zone
firstLineFormat | timeFormat object | string Optional Format of first line { hour: '2-digit', minute: '2-digit' }
secondLineFormat | dateFormat object | string Optional Format of second line { weekday: 'short', day: '2-digit', month: 'short' }

If firstLineFormat respectively secondLineFormat is a string, it can be every format, which is valid in Luxon. See: https://moment.github.io/luxon/#/formatting?id=toformat

If firstLineFormat respectively secondLineFormat is an object, it can be every valid object, which can be passed as options to the Luxon-function toLocalString(). See: https://moment.github.io/luxon/#/formatting?id=tolocalestring-strings-for-humans

If timeFormat is specified, it will override firstLineFormat and dateFormat will override secondLineFormat.

Example

type: 'custom:digital-clock'
dateFormat:
  weekday: 'long'
  day: '2-digit'
  month: 'short'
timeFormat:
  hour: '2-digit'
  minute: '2-digit'
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].