thomasloven / lovelace-card-tools

🔹A collection of tools for other lovelace plugins to use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cast issue with secondaryinfo-entity-row

Mariusthvdb opened this issue · comments

As issued on custom-cards/secondaryinfo-entity-row#15 could it be card-tools creates an issue here?

Casting a fine working card results in 'cant find card-tools' and direct us to your GitHub

  - type: custom:vertical-stack-in-card
    title: Boiler switch monitor
    cards:
      - type: entities
        show_header_toggle: false
        entities:
          - type: 'custom:secondaryinfo-entity-row'
            entity: switch.sw_boiler_bijkeuken_template
            secondary_info: 'Actueel verbruik: [[ sensor.boiler_bijkeuken_actueel ]] watt'
          - input_number.zp_opbrengst_threshold
          - sensor.zp_actuele_opbrengst

please have a look, thanks!