From 1dab971ab9adef6cf54722fa92bb28117583ff10 Mon Sep 17 00:00:00 2001 From: Andrew Jackson Date: Fri, 26 Jan 2024 13:24:39 +0000 Subject: [PATCH] Docs --- docs/entities.md | 2 ++ docs/events.md | 9 +++++++-- docs/services.md | 2 ++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/entities.md b/docs/entities.md index 0931acddb..72752cbeb 100644 --- a/docs/entities.md +++ b/docs/entities.md @@ -9,6 +9,8 @@ An enhanced battery sensor that duplicates the normal battery but with additiona Use the battery+ sensor on dashboards with secondary information fields/templates etc to display battery notes specific details along with the battery level. The original battery can optionally be hidden by adding a [configuration setting](./configuration.md). +See how to use this entity in the [community contributions](./community.md) + | Attribute | Type | Description | |-----------|------|-------------| | `battery_quantity` | `int` | The quantity of batteries | diff --git a/docs/events.md b/docs/events.md index c4b177763..72788765e 100644 --- a/docs/events.md +++ b/docs/events.md @@ -21,7 +21,9 @@ You can use this to send notifications in your preferred method. An example aut | `battery_level` | `int` | Battery level % of the device. | | `previous_battery_level` | `int` | Previous battery level % of the device. | -### Automation Examples +### Automation Example + +See others in the [community contributions](./community.md) ```yaml alias: Battery Low Notification @@ -88,7 +90,10 @@ An example automation below shows how to update the battery_replaced. | `battery_level` | `int` | Current battery level % of the device. | | `previous_battery_level` | `int` | Previous battery level % of the device. | -### Automation Examples +### Automation Example + +See others in the [community contributions](./community.md) + ```yaml alias: Battery Replaced description: Battery Replaced diff --git a/docs/services.md b/docs/services.md index ed4ac3d53..aa1ec57a4 100644 --- a/docs/services.md +++ b/docs/services.md @@ -4,6 +4,8 @@ For updating the [battery replaced date](./entities.md#battery-replaced). This allows you to change the date a battery was replaced. +See how to use this service in the [community contributions](./community.md) + | Parameter | Optional | Description | | ------------------------ | -------- | --------------------------------------------------------------------------------------------------------------------- | | `data.device_id` | `no` | The device id that you want to change the battery replaced date for. |