Skip to content

Bug Report: show_end_time: false has no effect #337

@korova-sq

Description

@korova-sq

Requirements

  • I've checked that I'm using the latest version of Calendar Card Pro
  • I've searched existing issues to verify this isn't a duplicate
  • I've tried refreshing with a cleared browser cache (Ctrl+F5 or Cmd+Shift+R)

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

  1. Add a custom:calendar-card-pro card
  2. Set show_end_time: false in the configuration
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions