Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion docs/products/m1/examples/share-data-from-home-assistant.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,22 @@ The <a href="https://www.home-assistant.io/integrations/wled/" target="_blank" r

2\. Fill in the YAML generator below with your own entity IDs. When you are done, click **Copy to Clipboard** at the bottom then move to step 3.

&nbsp;

<iframe src="/snippets/matrix-yaml-generator.htm" width="100%" height="700" style="border: 1px solid #ccc; border-radius: 6px;"></iframe>

&nbsp;

&nbsp;

&nbsp;

3\. Head back to the configuration.yaml file you opened in step 1 and paste your yaml generated on to a new line at the bottom of the YAML file.

&nbsp;
&nbsp;

4\. Click on **Developer Tools** then Check Configuration - as long as there is a green response you are safe to continue. Scroll down and click on **Restful Command**. Click Actions at the top and type in "matrix" then click on the new matrix command you just made and click **Perform Action**.

![](../../../assets/m1-config-check-restful-actions-gif.gif)

5\. Create an **Automation** that
Loading