Giter Site home page Giter Site logo

Comments (2)

ejpenney avatar ejpenney commented on June 13, 2024

Just my two cents, but I think this enhancement would be better suited to the Conditional Lovelace card as its the one with the limitation, it probably should have an "operator: and/or" option or something. That said, you can get this to work by creating a binary_sensor that toggles based on both states, with the template platform in configuration.yaml like so:

  - platform: template
    sensors:
      kitchen_timers:
        friendly_name: "Kitchen Alarms/Timers"
        value_template: '{{ states("sensor.kitchen_speaker_timers") != "unavailable" or states("sensor.kitchen_speaker_alarms") != "unavailable" }}'

Then set your card to use the binary_sensor like so:

type: conditional
conditions:
  - entity: binary_sensor.kitchen_timers
    state: 'on'
card:
  type: custom:googletimers-card
  entity: sensor.kitchen_speaker_timers
  alarms_entity: sensor.kitchen_speaker_alarms
  title: Kitchen

from google_home_timers_card.

DurgNomis-drol avatar DurgNomis-drol commented on June 13, 2024

@GunnarBjoru

Sorry for the late answer. I am not able to continue this project, though i would love to. But the underlying integration does not work for me unfortunately anymore.

@ejpenney Solution should work and i agree that the built in conditional card should be updated to handle the and/or scenario. I was working on a solution for this card, but the hole thing came to a stand still because of the problems i have.

from google_home_timers_card.

Related Issues (15)

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.