Lovelace: Datetime Picker Card
Hi everyone! ![]()
I created a custom Lovelace card: lovelace-datetime-picker-card. It provides a clean, user-friendly interface to set date and time values for your Home Assistant entities directly from your dashboard.
Preview
UI Configuration

Date, Time & DateTime Selection

Features
- Easy date and time picker interface for
input_datetimeentities. - Clean integration with default Home Assistant themes and dark mode.
- Compact layout suitable for both desktop and mobile viewports.
Installation
Via HACS (Custom Repository)
Since default HACS inclusion is pending, you can add it as a custom repository:
- Open HACS in your Home Assistant UI.
- Click the 3 dots in the top right corner and select Custom repositories.
- Repository:
https://github.com/akhtar-waseem/lovelace-datetime-picker-card - Category: Dashboard
- Click Add, then search for “Datetime Picker Card” and install it.
Manual Installation
- Download
lovelace-datetime-picker-card.jsfrom the Latest Release. - Place the file in your
config/www/folder. - Add the resource in Settings → Dashboards → Resources:
- URL:
/local/lovelace-datetime-picker-card.js - Resource Type:
JavaScript Module
- URL:
Example Configuration
type: custom:datetime-picker-card
entity: input_datetime.example_datetime
name: Set Alarm Time
Hope someone else finds this useful! Please let me know what you think ![]()
For more details and examples, see Github repo Github