Helping to manage many sensors in dashboard

Hi All,

Can someone tell me how I can handle this?
This dashboard is not working. Because it load all sensors.
I have a input_select with all the capital names in it.
When I select a crypto I want show that one on dashboard.

I can’t figure out how to handle this 220 crypto’s…

title: Asingaborg
apexcharts_card_templates:
  default:
    color_list:
      - green
      - red
  bandwidth_chart:
    graph_span: 24h
    config_templates: default
    cache: true
    y_axis_precision: 5
    header:
      show: true
      show_states: true
      colorize_states: true
    all_series_config:
      stroke_width: 1
      float_precision: 5
      unit: EUR
      group_by:
        func: avg
        duration: 5min
      show:
        extremas: true
    apex_config:
      legend:
        showForSingleSeries: false
      chart:
        height: 200px
        zoom:
          enabled: true
        toolbar:
          show: true
          offsetX: 0
          offsetY: -70
          tools:
            zoom: true
            zoomin: true
            zoomout: true
            pan: true
            reset: true
      yaxis:
        - title:
            text: Koers
          decimalsInFloat: 2
      xaxis:
        labels:
          show: true
        axisBorder:
          show: true
        axisTicks:
          show: true
        tooltip:
          enabled: true
views:
  - title: test
    path: test
    badges: []
    cards:
      - cards:
          - entities:
              - input_select.crypto
            show_header_toggle: false
            title: System Modules
            type: entities
          - default: Device Trackers
            entity: input_select.crypto
            states:
              1INCH:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: 1INCH / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_1inch
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_1inch
                    name: Sell
                    attribute: sell
              AAVE:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: AAVE / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_aave
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_aave
                    name: Sell
                    attribute: sell
              ADA:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: ADA / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_ada
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_ada
                    name: Sell
                    attribute: sell
              ADX:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: ADX / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_adx
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_adx
                    name: Sell
                    attribute: sell
              AE:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: AE / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_ae
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_ae
                    name: Sell
                    attribute: sell
              AION:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: AION / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_aion
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_aion
                    name: Sell
                    attribute: sell
              ALGO:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: ALGO / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_algo
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_algo
                    name: Sell
                    attribute: sell
              ALPHA:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: ALPHA / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_alpha
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_alpha
                    name: Sell
                    attribute: sell
              AMB:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: AMB / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_amb
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_amb
                    name: Sell
                    attribute: sell
              ANKR:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: ANKR / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_ankr
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_ankr
                    name: Sell
                    attribute: sell
              ANT:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: ANT / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_ant
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_ant
                    name: Sell
                    attribute: sell
              ARDR:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: ARDR / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_ardr
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_ardr
                    name: Sell
                    attribute: sell
              ARK:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: ARK / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_ark
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_ark
                    name: Sell
                    attribute: sell
              AST:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: AST / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_ast
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_ast
                    name: Sell
                    attribute: sell
              ATOM:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: ATOM / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_atom
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_atom
                    name: Sell
                    attribute: sell
              AVA:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: AVA / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_ava
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_ava
                    name: Sell
                    attribute: sell
              AVAX:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: AVAX / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_avax
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_avax
                    name: Sell
                    attribute: sell
              AXS:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: AXS / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_axs
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_axs
                    name: Sell
                    attribute: sell
              BAKE:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: BAKE / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_bake
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_bake
                    name: Sell
                    attribute: sell
              BAL:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: BAL / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_bal
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_bal
                    name: Sell
                    attribute: sell
              BAND:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: BAND / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_band
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_band
                    name: Sell
                    attribute: sell
              BAT:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: BAT / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_bat
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_bat
                    name: Sell
                    attribute: sell
              BCD:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: BCD / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_bcd
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_bcd
                    name: Sell
                    attribute: sell
              BCH:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: BCH / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_bch
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_bch
                    name: Sell
                    attribute: sell
              BCHSV:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: BCHSV / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_bchsv
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_bchsv
                    name: Sell
                    attribute: sell
              BEAM:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: BEAM / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_beam
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_beam
                    name: Sell
                    attribute: sell
              BLK:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: BLK / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_blk
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_blk
                    name: Sell
                    attribute: sell
              BLZ:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: BLZ / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_blz
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_blz
                    name: Sell
                    attribute: sell
              BNB:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: BNB / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_bnb
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_bnb
                    name: Sell
                    attribute: sell
              BNT:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: BNT / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_bnt
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_bnt
                    name: Sell
                    attribute: sell
              BRD:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: BRD / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_brd
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_brd
                    name: Sell
                    attribute: sell
              BTC:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: BTC / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_btc
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_btc
                    name: Sell
                    attribute: sell
              BTG:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: BTG / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_btg
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_btg
                    name: Sell
                    attribute: sell
              BTS:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: BTS / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_bts
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_bts
                    name: Sell
                    attribute: sell
              BTT:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: BTT / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_btt
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_btt
                    name: Sell
                    attribute: sell
              CAKE:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: CAKE / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_cake
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_cake
                    name: Sell
                    attribute: sell
              CDT:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: CDT / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_cdt
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_cdt
                    name: Sell
                    attribute: sell
              CEL:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: CEL / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_cel
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_cel
                    name: Sell
                    attribute: sell
              CELR:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: CELR / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_celr
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_celr
                    name: Sell
                    attribute: sell
              CHR:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: CHR / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_chr
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_chr
                    name: Sell
                    attribute: sell
              CHZ:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: CHZ / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_chz
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_chz
                    name: Sell
                    attribute: sell
              CMT:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: CMT / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_cmt
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_cmt
                    name: Sell
                    attribute: sell
              CND:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: CND / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_cnd
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_cnd
                    name: Sell
                    attribute: sell
              COMP:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: COMP / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_comp
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_comp
                    name: Sell
                    attribute: sell
              COTI:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: COTI / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_coti
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_coti
                    name: Sell
                    attribute: sell
              CRO:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: CRO / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_cro
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_cro
                    name: Sell
                    attribute: sell
              CRV:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: CRV / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_crv
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_crv
                    name: Sell
                    attribute: sell
              CRW:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: CRW / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_crw
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_crw
                    name: Sell
                    attribute: sell
              CVC:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: CVC / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_cvc
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_cvc
                    name: Sell
                    attribute: sell
              DAI:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: DAI / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_dai
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_dai
                    name: Sell
                    attribute: sell
              DASH:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: DASH / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_dash
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_dash
                    name: Sell
                    attribute: sell
              DCR:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: DCR / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_dcr
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_dcr
                    name: Sell
                    attribute: sell
              DENT:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: DENT / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_dent
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_dent
                    name: Sell
                    attribute: sell
              DGB:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: DGB / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_dgb
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_dgb
                    name: Sell
                    attribute: sell
              DIA:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: DIA / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_dia
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_dia
                    name: Sell
                    attribute: sell
              DLT:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: DLT / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_dlt
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_dlt
                    name: Sell
                    attribute: sell
              DNT:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: DNT / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_dnt
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_dnt
                    name: Sell
                    attribute: sell
              DOCK:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: DOCK / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_dock
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_dock
                    name: Sell
                    attribute: sell
              DOGE:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: DOGE / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_doge
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_doge
                    name: Sell
                    attribute: sell
              DOT:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: DOT / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_dot
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_dot
                    name: Sell
                    attribute: sell
              DRGN:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: DRGN / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_drgn
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_drgn
                    name: Sell
                    attribute: sell
              DUSK:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: DUSK / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_dusk
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_dusk
                    name: Sell
                    attribute: sell
              EGLD:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: EGLD / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_egld
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_egld
                    name: Sell
                    attribute: sell
              EGT:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: EGT / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_egt
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_egt
                    name: Sell
                    attribute: sell
              ELA:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: ELA / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_ela
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_ela
                    name: Sell
                    attribute: sell
              ELF:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: ELF / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_elf
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_elf
                    name: Sell
                    attribute: sell
              ENJ:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: ENJ / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_enj
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_enj
                    name: Sell
                    attribute: sell
              EOS:
                type: 'custom:apexcharts-card'
                config_templates: bandwidth_chart
                header:
                  title: EOS / EUR - Last 24 hours
                series:
                  - entity: sensor.eur_eos
                    name: Buy
                    attribute: buy
                  - entity: sensor.eur_eos
                    name: Sell
                    attribute: sell
            type: 'custom:state-switch'
        type: vertical-stack

I’d use config-template-card for that. You’d only have to define the chart once with the entity_id being a variable constructed using the state of the input_select

Thanks for the info. In meanwhile im using config-template-card.
A very handy and useful card. Wondering why this is not part of HA.