GeorgeSG / lovelace-time-picker-card

🕰️ Time Picker Card for Home Assistant's Lovelace UI
MIT License
209 stars 14 forks source link

Add compatibility with binary_sensors Times of the day sensor options #56

Closed deam0n closed 4 months ago

deam0n commented 4 months ago

Problem

Automations to be triggered by input_datetime sensor require templating.

with a binary sensors we can set times if the day where the sensor will be on. This can however only be set in the HA setting and it's a pain to arrive to the change screen. this card would be perfect for it.

Suggested feature / solution

Allow to change the times of the day sensor options of a binary sensor.

Additional context

Aditinaly UI options could be available to display only one time (either the on time or off time, allowing to hide one of them)

deam0n commented 4 months ago

after all we can trigger automations with input_datetime without templating...

closing the request