Skip to content
Open
Changes from 1 commit
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
29 changes: 29 additions & 0 deletions content/components/openthread.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,35 @@ openthread:

- **tlv** (string): dataset TLVs from the Thread information in Home Assistant

## OpenThread text sensors configuration

This example show how to configure Thread text sensors for a node.

```yaml
text_sensor:
- platform: openthread_info
ip_address:
name: "Off-mesh routable IP Address"
channel:
name: "Channel"
role:
name: "Device Role"
rloc16:
name: "RLOC16"
ext_addr:
name: "Extended Address"
eui64:
name: "EUI64"
network_name:
name: "Network Name"
network_key:
name: "Network Key"
pan_id:
name: "PAN ID"
ext_pan_id:
name: "Extended PAN ID"
```

## OpenThread Device Type

See <https://openthread.io/guides/thread-primer/node-roles-and-types>
Expand Down