Add esphome/get_device_capabilities websocket command - #180135
Draft
MindFreeze wants to merge 2 commits into
Draft
Add esphome/get_device_capabilities websocket command#180135MindFreeze wants to merge 2 commits into
MindFreeze wants to merge 2 commits into
Conversation
Expose cached Bluetooth, Z-Wave, and serial proxy capabilities so the device page can show a setup checklist without extra native-API round trips.
Contributor
|
Hey there @jesserockz, @kbx81, @bdraco, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
12 tasks
Contributor
There was a problem hiding this comment.
Pull request overview
Adds an admin ESPHome websocket command exposing cached device capabilities for the device setup checklist.
Changes:
- Reports Bluetooth, Z-Wave, and serial proxy capabilities.
- Handles unavailable, missing, and non-ESPHome devices.
- Adds websocket API tests.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
homeassistant/components/esphome/websocket_api.py |
Implements the capability command. |
tests/components/esphome/test_websocket_api.py |
Tests responses and error cases. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Sub-devices share the config entry but should not surface the parent node's proxy flags, and serial port type may be unset.
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
Add an admin websocket command that returns the cached ESPHome DeviceInfo flags the device page needs for a setup checklist: whether Bluetooth proxy and Z-Wave proxy are compiled in, the Z-Wave home ID, and advertised serial proxy ports.
Audio is not included. The frontend can tell that from
media_playerentities on the device.Related: OpenHomeFoundation/roadmap#191, OpenHomeFoundation/ux-design#59
Frontend: home-assistant/frontend#53781
Type of change
Additional information
Checklist
ruff format homeassistant tests)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest.requirements_all.txt.Updated by running:
python3 -m script.gen_requirements_all.To help with the load of incoming pull requests: