Skip to content

Commit 7ed921b

Browse files
Merge branch 'docs-next'
2 parents 42fd4a5 + fa5e1d9 commit 7ed921b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/events.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ You can use this to send notifications in your preferred method. An example aut
1919
| `source_entity_id` | `string` | The entity id of the sensor associated with the battery note. |
2020
| `device_name` | `string` | The device name (or associated sensor name if no device). |
2121
| `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). |
2223
| `battery_type_and_quantity` | `string` | Battery type & quantity. |
2324
| `battery_type` | `string` | Battery type. |
2425
| `battery_quantity` | `int` | Battery quantity. |
@@ -94,6 +95,7 @@ An example automation below shows how to update the battery_replaced.
9495
| `source_entity_id` | `string` | The entity id of the sensor associated with the battery note. |
9596
| `device_name` | `string` | The device name (or associated sensor name if no device). |
9697
| `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). |
9799
| `battery_type_and_quantity` | `string` | Battery type & quantity. |
98100
| `battery_type` | `string` | Battery type. |
99101
| `battery_quantity` | `int` | Battery quantity. |

0 commit comments

Comments
 (0)