1.1.0
π 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
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
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