Requirements
Current Behavior
Setting show_end_time: false in the card configuration does not hide the event end time. The end time is always displayed regardless of this setting.
Expected Behavior
End time should be hidden, showing only the start time.
Steps To Reproduce
- Add a
custom:calendar-card-pro card
- Set
show_end_time: false in the configuration
- Observe that end times are still visible on all events
Card Configuration
type: custom:calendar-card-pro
entities:
- entity: calendar.inbox
days_to_show: 14
show_time: true
show_end_time: false
show_single_allday_time: false
weather:
position: date
date:
show_conditions: true
show_high_temp: true
show_low_temp: false
show_uv_index: false
icon_size: 14px
font_size: 12px
color: var(--primary-text-color)
event:
show_conditions: true
show_temp: true
show_uv_index: false
icon_size: 14px
font_size: 12px
color: var(--primary-text-color)
Calendar Entity State
Browser Console Logs
Environment
- Browser & Version: Last version: Safari and FireFox
- Home Assistant Version: Last Version
- Calendar Card Pro Version: Last version v3.2.0
- Device Type: Macbook and iPhone 17pro
Additional Information
No response
Requirements
Current Behavior
Setting
show_end_time: falsein the card configuration does not hide the event end time. The end time is always displayed regardless of this setting.Expected Behavior
End time should be hidden, showing only the start time.
Steps To Reproduce
custom:calendar-card-procardshow_end_time: falsein the configurationCard Configuration
Calendar Entity State
Browser Console Logs
Environment
Additional Information
No response