Skip to content

Commit

Permalink
Fix missing () for dial_value in README.md (#225)
Browse files Browse the repository at this point in the history
fix missing () for dial_value
  • Loading branch information
like12like12 authored Dec 11, 2024
1 parent 59d1fa0 commit e04dc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ And shows a ring indicator and the numerical value of the brightness.
- entity_id: light.testing
service: light.turn_on
service_data:
brightness: '{{ dial_value | int}}'
brightness: '{{ dial_value() | int}}'
icon: >
{%- set state = dial_value() -%}
{%- set min = dial_attr("min") -%}
Expand Down

0 comments on commit e04dc72

Please sign in to comment.