Code Monkey home page Code Monkey logo

Comments (5)

frenck avatar frenck commented on May 24, 2024

There is a syntax error in one of your templates (as the error denotes). Please share the template in case you think the syntax error isn't correct.

../Frenck

from core.

cloudbr34k84 avatar cloudbr34k84 commented on May 24, 2024

There is a syntax error in one of your templates (as the error denotes). Please share the template in case you think the syntax error isn't correct.

../Frenck

Yeah I just can't find this template. Is it a template sensor or a template I'm using in a card? Anyway to know from this code?

from core.

tdejneka avatar tdejneka commented on May 24, 2024

or a template I'm using in a card?

It's referencing config.entity so I think it's in a custom card.

Search the community forum for config.entity and the resulting posts are about custom cards.

https://community.home-assistant.io/search?q=config.entity%20order%3Alatest

from core.

cloudbr34k84 avatar cloudbr34k84 commented on May 24, 2024
({% if is_state(config.entity, 'on) %} purple {% else %} disabled {% endif %})

I think is it. Its part of Mushrooim Template card

                            {% if is_state(config.entity, 'open') %}
                            mdi:curtains
                            {% else %}
                            mdi:curtains-closed
                            {% endif %}
                          icon_color: |-
                            {% if is_state(config.entity, 'open') %}
                            purple
                            {% else %}
                            disabled
                            {% endif %}

from core.

issue-triage-workflows avatar issue-triage-workflows commented on May 24, 2024

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

from core.

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.