Add RFID token management actions to Peblar docs#45015
Open
syphernl wants to merge 6 commits intohome-assistant:nextfrom
Open
Add RFID token management actions to Peblar docs#45015syphernl wants to merge 6 commits intohome-assistant:nextfrom
syphernl wants to merge 6 commits intohome-assistant:nextfrom
Conversation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
21 tasks
c0ffeeca7
requested changes
Apr 27, 2026
|
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
frenck
requested changes
Apr 27, 2026
Comment on lines
+236
to
+242
| ### Action: List RFID tokens | ||
|
|
||
| The `peblar.list_rfid_tokens` action returns all RFID tokens currently configured in the charger's standalone authorization list. | ||
|
|
||
| - **Data attribute**: `config_entry_id` | ||
| - **Description**: The Peblar charger to retrieve the RFID token list from. | ||
| - **Optional**: No |
Member
There was a problem hiding this comment.
Actions now have their dedicated pages. Please create a page for each action in the _actions folder.
Thanks! 👍
../Frenck
Blogging my personal ramblings at frenck.dev
added 3 commits
April 27, 2026 18:35
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.
Tables don't render well on mobile; use list format per style guide.
3af1b3c to
dca3c51
Compare
frenck
requested changes
Apr 27, 2026
Member
There was a problem hiding this comment.
- The UI version for using these actions are missing.
- Examples are missing
- I've commented on the upstream PR on the name of the remove action.
- The actions listed on the integration page need to be added using the general include available (see, for example light.md how that works; or check the developer documentation).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed change
Adds documentation for the RFID services:
peblar.list_rfid_tokens:Retrieves all currently configured tokens.peblar.add_rfid_token: Adds a new token using a UID and description.peblar.remove_rfid_token: Deletes a specific token by its UID.Type of change
currentbranch).currentbranch).nextbranch).nextbranch).Additional information
Checklist
currentbranch.nextbranch.