8000 Matter device update: add screenshot · home-assistant/home-assistant.io@b0bc277 · GitHub
[go: up one dir, main page]

Skip to content

Commit b0bc277

Browse files
committed
Matter device update: add screenshot
- rename to OTA update, to align with wording used by other integrations
1 parent 907ebdc commit b0bc277

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

source/_integrations/matter.markdown

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,16 @@ This section provides a bit more information on some of the categories:
322322

323323
**IP addresses**: Typically more than one IPv6 address is shown: link local, unique local, and global unicast. In some cases a device also supports IPv4. In that case there will also be listed an IPv4 address here.
324324

325-
## Matter device updates
325+
## Matter OTA device updates
326326

327-
The Matter standard supports OTA (Over-the-Air) updates optionally. Matter devices that support Matter updates will have an [update entity](/integrations/update). Furthermore, the CSA DCL (Distributed Compliance Ledger) stores firmware update information. Home Assistant reads firmware update information directly from the DCL to learn about available updates. By default, the integration checks every 12 hours for an update. If you want to force an update check, use the `homeassistant.update_entity` [action](/integrations/homeassistant/) with the update entity as the target.
327+
The Matter protocol supports OTA (Over-the-Air) software updates. But the OTA software update is an optional feature for Matter devices, so not all Matter devices implement it. Home Assistant creates an update entity for every Matter device which does support Matter updates.
328+
329+
The CSA operates a Distributed Compliance Ledger (DCL) which provides metadata for firmware updates. By default, the Matter update entities check the DCL every 12 hours for updates. If you want to force an update check, use the `homeassistant.update_entity` [action](/integrations/homeassistant/), with the update entity as the target. Currently, Eve and Nanoleaf are using the DCL to provide updates. It is expected that in future, more and more firmware updates become available through the DCL.
330+
331+
<p class='img'>
332+
<img src='/images/integrations/matter/matter_ota_message.png' alt='Matter device OTA update message'>
333+
Notification of an OTA update for a Matter device
334+
</p>
328335

329336
## Experiment with Matter using a ESP32 dev board
330337

Loading

0 commit comments

Comments
 (0)
0