I have performed the installation several times by restarting HA but the card does not appear so that it can be selected and if you create it manually, the error message is: (Cannot read properties of undefined (reading 'ring_distance').
Code for card:
type: custom:flightradar24-card
toggles:
show_on_ground:
label: Show aircraft on the ground
default: false
filter:
- type: OR
conditions:
- field: altitude
comparator: gt
value: 0
- defined: show_on_ground
comparator: eq
value: true
I have performed the installation several times by restarting HA but the card does not appear so that it can be selected and if you create it manually, the error message is: (Cannot read properties of undefined (reading 'ring_distance').
Code for card: