Skip to content

Commit 3e4d8fd

Browse files
committed
Note OTA support for Thread devices
1 parent f43c509 commit 3e4d8fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/components/openthread.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ params:
99

1010
[Thread](https://www.threadgroup.org) is a low-power mesh networking standard for IoT devices. The low-power aspect is important for battery-powered smart home devices. However, it’s also low-bandwidth, making it ideal for applications that don’t send a lot of data, like switches or motion sensors.
1111

12-
Thread uses the same RF technology as Zigbee (IEEE 802.15.4) but provides IP connectivity similar to Wi-Fi. Unlike Zigbee, Thread by itself does not allow controlling devices: It is just a communication protocol. To control the Thread devices, a higher-level protocol is required: Matter or Apple HomeKit or {{< docref "/components/api" "ESPHome API" >}}.
12+
Thread uses the same RF technology as Zigbee (IEEE 802.15.4), but provides IPv6 connectivity similar to Wi-Fi. Unlike Zigbee, Thread by itself does not allow controlling devices: It is just a communication protocol. To control the Thread devices, a higher-level protocol is required: Matter or Apple HomeKit or {{< docref "/components/api" "ESPHome API" >}}.
1313

14-
The purpose of this component is to allow ESPHome nodes to communicate over a Thread network. It permits the state of sensors and binary sensors to be send to Home Assistant via 6LoWPAN packets. This OpenThread component relies on [OpenThread](https://openthread.io) which is an open-source implementation of Thread.
14+
This component allows ESPHome nodes to communicate with Home Assistant over a Thread network. It permits sending sensor state to Home Assistant via 6LoWPAN packets and {{< docref "/components/ota/index" "Over-the-Air Updates (OTA)" >}}. This OpenThread component relies on [OpenThread](https://openthread.io) which is an open-source implementation of Thread.
1515

1616
> [!NOTE]
17-
> You will need a [Thread border router](https://www.home-assistant.io/integrations/thread#about-thread-border-routers) to connect your node to a Thread network.
17+
> You will need a [Thread border router](https://www.home-assistant.io/integrations/thread#about-thread-border-routers) to connect your node to a Thread network. The border router adapts IPv6 packets on your Home Assistant network to 6LoWPAN packets on your Thread network, allowing communication across both networks.
1818
1919
## Usage
2020

content/components/ota/esphome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ params:
1010
{{< anchor "config-ota_esphome" >}}
1111

1212
ESPHome's Over-The-Air (OTA) platform allows you to remotely install modified/updated firmware binaries onto your
13-
ESPHome devices over their network (Wi-Fi or Ethernet) interface.
13+
ESPHome devices over their network interface (Wi-Fi / Ethernet / Thread).
1414

1515
This platform is used by both the ESPHome dashboard as well as the command line interface (CLI) (via
1616
`esphome run ...` ) to install firmware onto supported devices.

0 commit comments

Comments
 (0)