Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add template method: (is_)on #550

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Add template method: (is_)on #550

wants to merge 2 commits into from

Conversation

frenck
Copy link
Owner

@frenck frenck commented Jan 11, 2024

Description

Adds a template function: is_on. Available as test: on.

Motivation and Context

This allows for a cleaner syntax in templates. For example:

{{ is_on("light.kitchen") }}
{{ "light.kitchen" | is_on }}

The real gem here is the test usage:

{% if "light.kitchen" is on %}
  Yes the light is on!
{% endif %}

How has this been tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Other

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@frenck frenck added the new-feature New features or options. label Jan 11, 2024
@frenck frenck marked this pull request as ready for review January 11, 2024 07:59
Copy link

sonarcloud bot commented Jan 11, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@frenck frenck marked this pull request as draft January 11, 2024 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature New features or options.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant