Skip to content

Commit a16b223

Browse files
author
Frank Klaassen
committed
Add RFID token management actions to Peblar docs
Documents three new actions added in home-assistant/core#169189: peblar.list_rfid_tokens, peblar.add_rfid_token, and peblar.remove_rfid_token for managing the charger's standalone authorization list.
1 parent 9930c40 commit a16b223

1 file changed

Lines changed: 28 additions & 2 deletions

File tree

source/_integrations/peblar.markdown

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,34 @@ instantly.
231231

232232
## Actions
233233

234-
This integration does not provide additional actions. All actions available
235-
for this integration are provided by their respective entities.
234+
The Peblar integration provides the following actions to manage the RFID tokens in the charger's standalone authorization list.
235+
236+
### Action: List RFID tokens
237+
238+
The `peblar.list_rfid_tokens` action returns all RFID tokens currently configured in the charger's standalone authorization list.
239+
240+
| Data attribute | Optional | Description |
241+
| --- | --- | --- |
242+
| `config_entry_id` | No | The Peblar charger to retrieve the RFID token list from. |
243+
244+
### Action: Add RFID token
245+
246+
The `peblar.add_rfid_token` action adds a new RFID token to the charger's standalone authorization list.
247+
248+
| Data attribute | Optional | Description |
249+
| --- | --- | --- |
250+
| `config_entry_id` | No | The Peblar charger to add the RFID token to. |
251+
| `uid` | No | The unique identifier (UID) of the RFID token to add. |
252+
| `description` | No | A human-readable label for this RFID token, for example, the name of the person it belongs to. |
253+
254+
### Action: Remove RFID token
255+
256+
The `peblar.remove_rfid_token` action removes an RFID token from the charger's standalone authorization list.
257+
258+
| Data attribute | Optional | Description |
259+
| --- | --- | --- |
260+
| `config_entry_id` | No | The Peblar charger to remove the RFID token from. |
261+
| `uid` | No | The unique identifier (UID) of the RFID token to remove. |
236262

237263
## Examples
238264

0 commit comments

Comments
 (0)