#Issue with team-tracker

1 messages · Page 1 of 1 (latest)

north sable
#

no but on the attributes of the integration page it said true

#

it used to say true

obtuse plover
#

Sorry, I was wrong but on the right path. You need to remove the quotes from'true'

#

as a test, I created a template sensor:

template:
  - sensor:
      - name: "Test Sensor"
        state: '123'
        attributes:
          should_be_true: "{{ 1==1 }}"
#

That gave me an entity with an attribute that was true

north sable
#

ohhhh

#

lemme try that

#

i think it’s because i used visual editor

#

and it automatically thought it was a string instead of a boolean

#

i’ll let you know if it works automatically, thanks!