GithubHelp home page GithubHelp logo

Comments (10)

nagyrobi avatar nagyrobi commented on August 19, 2024 1

Perhaps making the plate key optional, defaulting from the context to the current plate. So you only need to specify it if the object is on a different plate.

from openhasp-custom-component.

nagyrobi avatar nagyrobi commented on August 19, 2024 1

We need some kind of templates to be able to make it more universal. In the example above, we set the text property of an object based on the val property of another object.

from openhasp-custom-component.

dgomes avatar dgomes commented on August 19, 2024

The proposed solution would require a complete rewrite of the template engine...

I'm thinking about:

 - obj: "p3b30"  # tab dots
    event:
      "changed":
        - service: openhasp.update
          data:
            plate: openhasp.openhasp_plate_6fe4fc
            property: p3b26.text
            value: >
              {% if val == 0 %}
              {{ "#000000 \u2022# #909090 \u2022# #909090 \u2022#" | e }}
              {%-elif val == 1 %}
              {{ "#909090 \u2022# #000000 \u2022# #909090 \u2022#" | e }}
              {%-elif val == 2 %}
              {{ "#909090 \u2022# #909090 \u2022# #000000 \u2022#" | e }}
              {% endif %}

from openhasp-custom-component.

dgomes avatar dgomes commented on August 19, 2024

from openhasp-custom-component.

nagyrobi avatar nagyrobi commented on August 19, 2024

Service really requires the plate

Sure, when outside the CC, in an automation. But when you parse it in your own code, you can substitute it (if none then self.plate etc.)

from openhasp-custom-component.

dgomes avatar dgomes commented on August 19, 2024

Services are called using async_call_from_config (it reads directly from the yaml the service call)

I would need to patch the yaml file before calling... and would be confusing because we would have a service call in yaml that is different from the normal service call...

from openhasp-custom-component.

nagyrobi avatar nagyrobi commented on August 19, 2024

I see

from openhasp-custom-component.

dgomes avatar dgomes commented on August 19, 2024

If we can do without templates maybe something like:

bindings:
p3b30.text: p3b26.text

And the cc would sync the two properties

from openhasp-custom-component.

nagyrobi avatar nagyrobi commented on August 19, 2024

Well actually if you pull in the command service, that can already fulfill your logic the way it is - if it's not possible to make it more compact/efficient.

from openhasp-custom-component.

nagyrobi avatar nagyrobi commented on August 19, 2024

This could be partially solved with #63 .

from openhasp-custom-component.

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.