Skip to content

Commit 26fb24f

Browse files
committed
add back quotes
1 parent e643016 commit 26fb24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1956,7 +1956,7 @@ automation runs each hour:
19561956
sequence:
19571957
- action: input_number.set_value
19581958
target:
1959-
entity_id: input_number.zigbee_energy_channel_{{ repeat.item }}
1959+
entity_id: "input_number.zigbee_energy_channel_{{ repeat.item }}"
19601960
data:
19611961
value: "{{ scan['energy_scan'][repeat.item] | round }}"
19621962
```

0 commit comments

Comments
 (0)