I should proabably explain better… I only want the icon to be a certain colour and icon type when the input booleon is on. When its off I just want it to be white
Not sure… its more to do with template rather than card mod. I’m in developer tools trying different things. It should return the state regardless of card mod
Fixed it… needed the ‘and’. I don’t think I explained myself very well in the origional post. The template didnt bring back what I expected as it was looking for a float from the input boolean. I needed the ‘and’ inbetween the input boolean and sensor
Thanks for assisting though… I’m slowly getting there with templates
{% if is_state ('input_boolean.stove_enabled', "on") and states ('sensor.flue_sensor_stove_flue_temp') |float <= 190 %}