Document Apple Thread border router update limitations (#36192)

* Document Apple Thread border router update limitations

Document that devices behind Apple Thread border routers cannot be
updated through Home Assistant.

* Update source/_integrations/matter.markdown

Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>

* Apply suggestions from code review

---------

Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
This commit is contained in:
Stefan Agner 2024-12-06 18:43:46 +01:00 committed by GitHub
parent d3cdbfedc8
commit abd2209528
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -339,6 +339,10 @@ The CSA operates a Distributed Compliance Ledger (DCL) which provides metadata f
Notification of an OTA update for a Matter device
</p>
{% note %}
The Home Assistant Matter updates currently do not work for Thread devices on a Thread network with (any) Apple border routers. Typically you'll see "Target node did not process the update file" error instead. The Apple border routers do not forward the necessary mDNS packets which allow to discover the update provider on Home Assistant end. The Apple Home ecosystem might offer updates from their end as an alternative (e.g. for Eve devices).
{% endnote %}
## Automate on a button press
You have a device that takes button presses as inputs (such as a Tuo Smart Button, VTM31SN dimmer by Inovelli, or the Matter Pushbutton Module by Innovation Matters) and now want to trigger an automation based on that button press. To learn how to create an automation triggered by a button press, refer to this [tutorial](/integrations/event/#automating-on-a-button-press).