File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments