diff --git a/docs/assets/m1-check-config-reload-restful-run-action-gif.gif b/docs/assets/m1-check-config-reload-restful-run-action-gif.gif new file mode 100755 index 000000000..8207c0a2e Binary files /dev/null and b/docs/assets/m1-check-config-reload-restful-run-action-gif.gif differ diff --git a/docs/assets/m1-config-check-restful-actions-gif.gif b/docs/assets/m1-config-check-restful-actions-gif.gif new file mode 100755 index 000000000..09f261ccb Binary files /dev/null and b/docs/assets/m1-config-check-restful-actions-gif.gif differ diff --git a/docs/products/m1/examples/share-data-from-home-assistant.md b/docs/products/m1/examples/share-data-from-home-assistant.md index bb9206f66..2cd02be41 100755 --- a/docs/products/m1/examples/share-data-from-home-assistant.md +++ b/docs/products/m1/examples/share-data-from-home-assistant.md @@ -24,10 +24,22 @@ The   +  + +  + 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. -  \ No newline at end of file +  + +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 \ No newline at end of file diff --git a/docs/snippets/matrix-yaml-generator.htm b/docs/snippets/matrix-yaml-generator.htm index 070b99b66..7f325858f 100755 --- a/docs/snippets/matrix-yaml-generator.htm +++ b/docs/snippets/matrix-yaml-generator.htm @@ -1,12 +1,4 @@ - - - - - - Apollo Automation M-1 LED Matrix YAML Generator - - - +```html

Apollo Automation Logo Apollo Automation M-1 LED Matrix YAML Generator @@ -21,166 +13,24 @@

🔍 How to Find Entity IDs

  • Use the search box to find your device/sensor
  • Copy the Entity ID (e.g., sensor.living_room_temperature)
  • +

    Method 2 - Settings:

    1. Go to SettingsDevices & ServicesEntities
    2. Search for your device or use filters
    3. Click on the entity to see its full ID
    +

    Method 3 - Device Page (Easiest):

    1. Go to SettingsDevices & ServicesDevices
    2. Click on your device
    3. All entity IDs for that device will be listed
    +

    💡 Tip: Entity IDs follow the format domain.device_name (like sensor.outdoor_temperature or weather.home)

    -
    -
    - Device Configuration - -

    - 💡 Enter your Apollo Matrix device's IP address or hostname. If you need help finding the IP or hostname, click here. -

    -
    -
    -
    - -

    📝 Generated YAML:

    -
    
    -
    -
    -
    -
     
    -
    -
    +
    +
    +
    + Device Configuration + +

    + 💡 Enter your Apollo Matrix device's IP address or hostname. If you need help finding the IP or hostname, click here. +

    +
    +
    +
    + +

    📝 Generated YAML:

    +
    
    +
    +
    +
    +```