GithubHelp home page GithubHelp logo

Comments (5)

kflinderman avatar kflinderman commented on May 26, 2024

I also was running into problems with picture-elements cards, but I'm the opposite of you. My frame is the same in my cards, but the number of elements change. For example, one might have 3 sensors while the other has 2 of 3. It'd be cool if some variables could be "optional", and if they aren't filled in would just be as if the element was blank. It might be a work around for your situation, but you'd just have yours more like this:

decluttering_templates:
  demo: 
    card:
      type: picture-elements
      image: /local/frontend/demo_bg.jpg
      elements:
      - type: icon
        icon: mdi:alert-circle
        title: Problem detected!
        entity: '[[entity1]]'
        tap_action:
          action: more-info
        style:
          right: -1%
          top: 7%
          color: var(--google-red-500)
          filter: drop-shadow(black 0 0 1px)
      - type: icon
        icon: mdi:alert-circle
        title: More Problem detected!
        entity: '[[entity2]]'
        tap_action:
          action: more-info
        style:
          right: -1%
          top: 17%
          color: var(--google-red-500)
          filter: drop-shadow(black 0 0 1px)


views:
- title: Home
  path: home
  icon: mdi:home
  cards:
    - type: 'custom:decluttering-card'
      template: demo
      variables:
        - entity1: sensor.something
    - type: 'custom:decluttering-card'
      template: demo
      variables:
        - entity2: sensor.somethingWorse
    - type: 'custom:decluttering-card'
      template: demo
      variables:
        - entity1: sensor.something
        - entity2: sensor.somethingWorse

And there you'd have 3 picture elements cards, two with just the single guy, and the third has both at the same time.

from decluttering-card.

kflinderman avatar kflinderman commented on May 26, 2024

Looks like it works with picture elements, but should I open up a new issue for having "optional" variables?

from decluttering-card.

RomRider avatar RomRider commented on May 26, 2024

I don't see how I can make this happen sorry :(

from decluttering-card.

kflinderman avatar kflinderman commented on May 26, 2024

Ok, no problem!

from decluttering-card.

github-actions avatar github-actions commented on May 26, 2024

🎉 This issue has been resolved in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

from decluttering-card.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.