Springvar / home-assistant-flightradar24-card

Custom card to use with Flightradar24 integration for Home Assistant
MIT License
10 stars 0 forks source link

Not working v0.0.10 ?¿? #4

Open DoverKan opened 2 hours ago

DoverKan commented 2 hours ago

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
DoverKan commented 2 hours ago

solved, sorry.

type: horizontal-stack cards: