royto / logbook-card

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

Update 1.10.0 let hide everything with hidden_state: - '' #69

Closed SteffenM-DE closed 1 year ago

SteffenM-DE commented 1 year ago

After Update to 1.10.0 all my logbook cards are disappeared. After some testing with remove options I found that the following option hide everything with version 1.10.0:

hidden_state:
  - ''

After remove this option the card is back again.

royto commented 1 year ago

Can you test by replacing

hidden_state:
  - ''

by

hidden_state:
  - state: ''
SteffenM-DE commented 1 year ago

Sorry with state is also not working and the card is empty.