Skip to content

Commit

Permalink
Fix some examples for the state_value_template
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Nov 27, 2023
1 parent 487e175 commit 7295922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/zha_toolkit/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ execute:
description: >-
When defined, the read attribute is converted using this template before writing
it to the state.
example: "{{ value / 100 }}"
example: "value / 100"
selector:
text:
force_update:
Expand Down Expand Up @@ -538,7 +538,7 @@ attr_read:
description: >-
When defined, the read attribute is converted using this template before writing
it to the state.
example: "{{ value / 100 }}"
example: "value / 100"
selector:
text:
force_update:
Expand Down

0 comments on commit 7295922

Please sign in to comment.