github GeorgeSG/lovelace-time-picker-card 1.1.0

latest releases: 1.4.0, 1.3.1, 1.3.0...
3 years ago

🎉 Version 1.1.0 adds some features requested by community members. All new features are available in the Visual Editor so you can experiment with them and see which setup is best for you! 🙂

Seconds support

image

Thanks to user cseyler for the suggestion in the Home Assistant community forum!

Adds an option to control an input_datetime's seconds from Time Picker Card. To keep the behavior of the card consistent with previous versions, seconds are hidden by default.

To enable seconds, set the following config:

type: 'custom:time-picker-card'
entity: input_datetime.alarm_time
hide:
  seconds: false

Embedded Style

image

Thanks to @TheLastProject for suggesting this in #10! This has been suggested multiple times on different forums 🙂

Adds an option to display the card in an "embedded" style, which removes padding, box shadow, and card header. This overrides "Name in header". If there is a name shown, it will always be shown inside the card.

To enable embedded style, set the following config:

type: 'custom:time-picker-card'
entity: input_datetime.alarm_time
layout:
  embedded: true

Don't miss a new lovelace-time-picker-card release

NewReleases is sending notifications on new releases.