Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions content/components/text_sensor/openthread_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ text_sensor:
name: "Thread Network Key"
pan_id:
name: "Thread PAN ID"
mesh_local_eid:
name: "Thread Mesh Local EID"
Comment on lines 33 to +36
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The YAML example order is inconsistent with the configuration-variable list below (example places mesh_local_eid after pan_id, but the docs describe mesh_local_eid before pan_id). Please reorder one of the sections so the option ordering matches throughout the page (easier to scan and avoids implying a different underlying order).

Suggested change
pan_id:
name: "Thread PAN ID"
mesh_local_eid:
name: "Thread Mesh Local EID"
mesh_local_eid:
name: "Thread Mesh Local EID"
pan_id:
name: "Thread PAN ID"

Copilot uses AI. Check for mistakes.
ext_pan_id:
name: "Thread Extended PAN ID"
```
Expand Down Expand Up @@ -68,6 +70,11 @@ text_sensor:
> Thread network. Only enable this sensor if you need it for debugging purposes and understand the security
> implications.

- **mesh_local_eid** (*Optional*): Expose the Mesh Local EID (Endpoint Identifier) address as a text sensor. This is
an IPv6 address unique to the device within the Thread mesh, used for communication between Thread devices
regardless of network topology changes.
All options from [Text Sensor](/components/text_sensor#config-text_sensor).
Comment on lines +73 to +76
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thread/OpenThread terminology is typically written as “Mesh-Local EID”. Consider updating the heading text and example name to use the hyphenated form (and keep it consistent across the page) to match the spec and avoid confusion with other mesh-local concepts.

Copilot uses AI. Check for mistakes.

- **pan_id** (*Optional*): Expose the Personal Area Network ID (PAN ID) as a text sensor. This is a 16-bit
identifier for the Thread network. All options from [Text Sensor](/components/text_sensor#config-text_sensor).

Expand Down
Loading