Skip to content

Commit 1dab971

Browse files
Docs
1 parent 9c7ac6a commit 1dab971

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

docs/entities.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ An enhanced battery sensor that duplicates the normal battery but with additiona
99
Use the battery+ sensor on dashboards with secondary information fields/templates etc to display battery notes specific details along with the battery level.
1010
The original battery can optionally be hidden by adding a [configuration setting](./configuration.md).
1111

12+
See how to use this entity in the [community contributions](./community.md)
13+
1214
| Attribute | Type | Description |
1315
|-----------|------|-------------|
1416
| `battery_quantity` | `int` | The quantity of batteries |

docs/events.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ You can use this to send notifications in your preferred method. An example aut
2121
| `battery_level` | `int` | Battery level % of the device. |
2222
| `previous_battery_level` | `int` | Previous battery level % of the device. |
2323

24-
### Automation Examples
24+
### Automation Example
25+
26+
See others in the [community contributions](./community.md)
2527

2628
```yaml
2729
alias: Battery Low Notification
@@ -88,7 +90,10 @@ An example automation below shows how to update the battery_replaced.
8890
| `battery_level` | `int` | Current battery level % of the device. |
8991
| `previous_battery_level` | `int` | Previous battery level % of the device. |
9092

91-
### Automation Examples
93+
### Automation Example
94+
95+
See others in the [community contributions](./community.md)
96+
9297
```yaml
9398
alias: Battery Replaced
9499
description: Battery Replaced

docs/services.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
For updating the [battery replaced date](./entities.md#battery-replaced). This allows you to change the date a battery was replaced.
66

7+
See how to use this service in the [community contributions](./community.md)
8+
79
| Parameter | Optional | Description |
810
| ------------------------ | -------- | --------------------------------------------------------------------------------------------------------------------- |
911
| `data.device_id` | `no` | The device id that you want to change the battery replaced date for. |

0 commit comments

Comments
 (0)