Skip to content

Commit 482980e

Browse files
Change example var name
1 parent 62dadac commit 482980e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/community.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,10 @@ actions:
205205
metadata: {}
206206
data:
207207
raise_events: false
208-
response_variable: battery_check
208+
response_variable: battery_check_response
209209
- variables:
210210
battery_summary_message: |
211-
{%- for item in battery_check.check_battery_battery_low | sort(attribute='battery_level') %}
211+
{%- for item in battery_check_response.check_battery_battery_low | sort(attribute='battery_level') %}
212212
• {{ item.device_name }} - {{ item.battery_level }}% - {{ item.battery_quantity }}× {{ item.battery_type }}
213213
{%- endfor %}
214214
- action: notify.send_email

0 commit comments

Comments
 (0)