You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_actions/peblar.add_rfid_token.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ related:
7
7
- docs: /integrations/peblar/
8
8
title: Peblar
9
9
- action: peblar.list_rfid_tokens
10
-
- action: peblar.remove_rfid_token
10
+
- action: peblar.delete_rfid_token
11
11
---
12
12
13
13
The **Add RFID token** action adds a new RFID token to the Peblar charger's standalone authorization list. Once added, the token can be used to authorize charging sessions on the charger without requiring a connection to an external backend.
Copy file name to clipboardExpand all lines: source/_actions/peblar.delete_rfid_token.markdown
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,49 +1,49 @@
1
1
---
2
-
title: "Remove an RFID token"
3
-
action: peblar.remove_rfid_token
2
+
title: "Delete an RFID token"
3
+
action: peblar.delete_rfid_token
4
4
domain: peblar
5
-
description: "Removes an RFID token from the Peblar charger's standalone authorization list."
5
+
description: "Deletes an RFID token from the Peblar charger's standalone authorization list."
6
6
related:
7
7
- docs: /integrations/peblar/
8
8
title: Peblar
9
9
- action: peblar.list_rfid_tokens
10
10
- action: peblar.add_rfid_token
11
11
---
12
12
13
-
The **Remove RFID token** action deletes an RFID token from the Peblar charger's standalone authorization list. Once removed, that token can no longer be used to authorize charging sessions on the charger.
13
+
The **Delete RFID token** action deletes an RFID token from the Peblar charger's standalone authorization list. Once deleted, that token can no longer be used to authorize charging sessions on the charger.
14
14
15
15
{% include actions/try_it.md %}
16
16
17
17
{% include actions/ui_header.md %}
18
18
19
-
To remove an RFID token from an automation or a script:
19
+
To delete an RFID token from an automation or a script:
20
20
21
21
1. Go to {% my automations title="**Settings** > **Automations & scenes**" %}.
22
22
2. Open an existing automation or script, or select **Create** to start a new one.
23
23
3. In the **Then do** section, select **Add action**.
24
-
4. From the search box, search for and select **Peblar: Remove RFID token**.
25
-
5. Under **Config entry**, select the Peblar charger to remove the token from.
26
-
6. Enter the **UID** of the RFID token to remove.
24
+
4. From the search box, search for and select **Peblar: Delete RFID token**.
25
+
5. Under **Config entry**, select the Peblar charger to delete the token from.
26
+
6. Enter the **UID** of the RFID token to delete.
27
27
7. Select **Save**.
28
28
29
29
### Options in the UI
30
30
31
31
{% options_ui %}
32
32
Config entry:
33
-
description: The Peblar charger to remove the RFID token from.
33
+
description: The Peblar charger to delete the RFID token from.
34
34
required: true
35
35
UID:
36
-
description: The unique identifier of the RFID token to remove.
36
+
description: The unique identifier of the RFID token to delete.
37
37
required: true
38
38
{% endoptions_ui %}
39
39
40
40
{% include actions/yaml_header.md %}
41
41
42
-
In YAML, refer to this action as `peblar.remove_rfid_token`. A basic example looks like this:
42
+
In YAML, refer to this action as `peblar.delete_rfid_token`. A basic example looks like this:
Copy file name to clipboardExpand all lines: source/_actions/peblar.list_rfid_tokens.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ related:
7
7
- docs: /integrations/peblar/
8
8
title: Peblar
9
9
- action: peblar.add_rfid_token
10
-
- action: peblar.remove_rfid_token
10
+
- action: peblar.delete_rfid_token
11
11
---
12
12
13
13
The **List RFID tokens** action retrieves all RFID tokens stored in the Peblar charger's standalone authorization list. The action returns the full list as response data, which you can use in an automation or script to inspect or react to the tokens configured on your charger.
0 commit comments