Skip to content

v4.31.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Apr 18:39
· 149 commits to main since this release

What's Changed

🚀 Exciting New Features

  • feat: icons can now be set using a template sensor e.g. load1_icon: sensor.template_icon
sensor:
  - platform: template
    sensors:
      template_icon:
        value_template: >-
          {% if is_state('switch.pump', "on")%}
            mdi:water-boiler
          {% elif is_state('switch.pump', "off")%}
            mdi:water-boiler-off
          {% endif %}

Full Changelog: v4.30.1...v4.31.0