You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/events.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ You can use this to send notifications in your preferred method. An example aut
19
19
|`source_entity_id`|`string`| The entity id of the sensor associated with the battery note. |
20
20
|`device_name`|`string`| The device name (or associated sensor name if no device). |
21
21
|`battery_low`|`bool`| Returns true if the battery has gone below the threshold, false when the battery has returned above the threshold. **Your automations will almost certainly want to examine this value and set/clear notifications or other indicators.**|
22
+
|`battery_low_threshold`|`string`| Battery low threshold (or global if 0). |
22
23
|`battery_type_and_quantity`|`string`| Battery type & quantity. |
23
24
|`battery_type`|`string`| Battery type. |
24
25
|`battery_quantity`|`int`| Battery quantity. |
@@ -94,6 +95,7 @@ An example automation below shows how to update the battery_replaced.
94
95
| `source_entity_id` | `string` | The entity id of the sensor associated with the battery note. |
95
96
| `device_name` | `string` | The device name (or associated sensor name if no device). |
96
97
| `battery_low` | `bool` | Returns true if the battery has gone below the threshold, false when the battery has returned above the threshold. |
98
+
| `battery_low_threshold` | `string` | Battery low threshold (or global if 0). |
97
99
| `battery_type_and_quantity` | `string` | Battery type & quantity. |
0 commit comments