@@ -40,39 +40,39 @@ text_sensor:
4040
4141- **ip_address** (*Optional*): Expose the off-mesh routable IPv6 address of the Thread device as a text sensor.
4242 This is the address used for communication outside the Thread mesh network.
43- All options from [Text Sensor](#config-text_sensor).
43+ All options from [Text Sensor](/components/text_sensor #config-text_sensor).
4444
4545- **channel** (*Optional*): Expose the Thread network channel (11-26) as a text sensor.
46- All options from [Text Sensor](#config-text_sensor).
46+ All options from [Text Sensor](/components/text_sensor #config-text_sensor).
4747
4848- **role** (*Optional*): Expose the current device role in the Thread network (Leader, Router, Child, Detached,
49- etc.) as a text sensor. All options from [Text Sensor](#config-text_sensor).
49+ etc.) as a text sensor. All options from [Text Sensor](/components/text_sensor #config-text_sensor).
5050
5151- **rloc16** (*Optional*): Expose the Router Locator (RLOC16) address as a text sensor. This is a 16-bit address
52- used for routing within the Thread network. All options from [Text Sensor](#config-text_sensor).
52+ used for routing within the Thread network. All options from [Text Sensor](/components/text_sensor #config-text_sensor).
5353
5454- **ext_addr** (*Optional*): Expose the IEEE 802.15.4 Extended MAC address as a text sensor.
55- All options from [Text Sensor](#config-text_sensor).
55+ All options from [Text Sensor](/components/text_sensor #config-text_sensor).
5656
5757- **eui64** (*Optional*): Expose the EUI-64 address as a text sensor. This is the unique 64-bit identifier for
58- the device. All options from [Text Sensor](#config-text_sensor).
58+ the device. All options from [Text Sensor](/components/text_sensor #config-text_sensor).
5959
6060- **network_name** (*Optional*): Expose the Thread network name as a text sensor.
61- All options from [Text Sensor](#config-text_sensor).
61+ All options from [Text Sensor](/components/text_sensor #config-text_sensor).
6262
6363- **network_key** (*Optional*): Expose the Thread network key as a text sensor.
64- All options from [Text Sensor](#config-text_sensor).
64+ All options from [Text Sensor](/components/text_sensor #config-text_sensor).
6565
6666 > [!WARNING]
6767 > The ` network_key` sensor exposes sensitive security credentials that could allow unauthorized access to your
6868 > Thread network. Only enable this sensor if you need it for debugging purposes and understand the security
6969 > implications.
7070
7171- **pan_id** (*Optional*): Expose the Personal Area Network ID (PAN ID) as a text sensor. This is a 16-bit
72- identifier for the Thread network. All options from [Text Sensor](#config-text_sensor).
72+ identifier for the Thread network. All options from [Text Sensor](/components/text_sensor #config-text_sensor).
7373
7474- **ext_pan_id** (*Optional*): Expose the Extended PAN ID as a text sensor. This is a 64-bit extended identifier
75- for the Thread network. All options from [Text Sensor](#config-text_sensor).
75+ for the Thread network. All options from [Text Sensor](/components/text_sensor #config-text_sensor).
7676
7777# # See Also
7878
0 commit comments