royto / logbook-card

Logbook card for Home Assistant UI Lovelace
GNU General Public License v3.0
192 stars 9 forks source link

Logbook is displayed with a delay of 5 sec when nested in grid or vertical stack #95

Closed mamoel666 closed 8 months ago

mamoel666 commented 8 months ago

Describe the bug When I include my custom logbook card in a vertical-stack or grid, (only) the logbook is display with a delay of about 5 sec. As soon as I remove the container (grid or stack), everything is back to normal. This behaviour is quite new (~4 weeks), but sadly I can't say when it started exactly.

To Reproduce Just include the custom-logbook into a grid or stack.

Expected behavior Same behaviour as without grid or stack.

Environment (please complete the following information):

Card configuration

type: grid
columns: 1
cards:
  - type: custom:multiple-logbook-card
    desc: true
    history: 2
    show:
      state: true
      duration: false
      start_date: true
      end_date: false
      icon: true
      separator: false
    entity_name: true
    entities:
      - entity: binary_sensor.tuya_ts0203_01_opening

Additional context There are no errors in the log

timknowlden commented 8 months ago

I get the same issue for myself.

royto commented 8 months ago

Hi, v2.3.0 should fix the issue. Can you test new version to check if it is good on your side ?

timknowlden commented 8 months ago

Hi, v2.3.0 should fix the issue. Can you test new version to check if it is good on your side ?

Yes, fixed for me, thanks!

mamoel666 commented 8 months ago

Hi, v2.3.0 should fix the issue. Can you test new version to check if it is good on your side ?

Yes, with the update everything is back to normal. Thank you very much!