lovelace-badge-card
lovelace-badge-card copied to clipboard
Home Assistant mobile app reload problem
Hello,
I use the following code to show only relevant badges with an entity filter card. However, if I reload the page with the home assistant app on my mobile device (Apple iPhone 14 Pro) by pulling down the page, then the entity card vanishes.
type: entity-filter
entities:
- entity: binary_sensor.aqara_vibration_mailbox
name: Postkasten
state_filter:
- 'on'
show_empty: false
card:
type: custom:badge-card