From 7d3e235fa399c3443d3178ccf68f5f861edcb4f4 Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Fri, 21 Aug 2026 22:45:23 -0500 Subject: [PATCH] Give every page its own description (#1102) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Stop publishing snippet fragments, and two small fixes The 25 files under docs/_snippets are fragments that other pages pull in via pymdownx.snippets. They were also building as standalone pages, so they sat in the sitemap for Google to index and generated their own social cards. One of them is a bare admonition with two buttons, presented to a reader as a page. Exclude the directory from the build output. The snippets extension reads these from disk through its own base_path rather than through MkDocs' file collection, so every include still resolves. Point the PLT-1B links in the two sensor connection check pages at the plt1b pages. Both files label the links "PLT-1B reset button" and "PLT-1B boot button" while pointing at plt1 paths, and both already use temp1b paths for their TEMP-1B labels, so the -B variants are what these want. Fix three spellings of "rechargable". Verified with a full build: no _snippets page is emitted, the sitemap carries zero _snippets entries, and all 49 pages that include a fragment render its content with no raw snippet syntax leaking through. 🤖 Generated with [Claude Code](https://claude.com/claude-code) * Give every page its own description Every publishable page now carries its own description, so no page falls back to the site-wide sentence in a link embed or a search result. 688 pages, previously 303 of them had nothing of their own. Most of this is not new prose. 178 of the pages are snippet wrappers whose entire content is one include line, and they inherit the description of the page they mirror, following the chain where one wrapper includes another. Another 68 homey pages inherit from their main tree counterpart, skipping any whose description names Home Assistant or ESPHome, since those would be wrong on a Homey page. That left 59 written from the page content: 28 in the main tree and 31 under homey. Every description is quoted. An unquoted YAML scalar containing a colon followed by a space parses as a mapping, which silently invalidates the front matter and leaves the page on the fallback with no build warning. Ten pages are included elsewhere whole, so their includers get a line offset to skip the new front matter. Without it the front matter renders as visible text on the including page. Five includes pointed at files that do not exist, so those pages were live and rendering empty. Three are repaired: the homey AIR-1 prevent sleep page now pulls the general battery sensor page rather than a path that was never there, the homey zone configuration page matches its main tree equivalent, and the Odroid Bluetooth tracking page was missing the products/ prefix. The other two, products/msr1/calibrating-co2 and homey/products/mtr1/calibrating-co2, are removed. Both pulled a co2-calibration-quick-mobile page that has never existed, neither is in the nav, and both products already have a working CO2 calibration page. The homey Our Team page pulled contact-us/general/our-team, another path that does not exist, and rendered as a bare title. It now pulls the real page. Verified against a full build: no page emits the site-wide fallback, no page leaks raw front matter or raw snippet syntax into its body, the previously empty pages render their content, and the sitemap holds 688 URLs with the two removed pages gone. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- .../air1/additonal-info/air-quality-sensor-comparison.md | 3 +++ .../addons/adding-the-mics-4514-gas-sensor-to-the-air-1.md | 3 +++ docs/homey/products/air1/air1-reviews.md | 3 +++ .../air1/calibrating-and-updating/air-1-temp-calibration.md | 3 +++ docs/homey/products/air1/faq.md | 3 +++ docs/homey/products/air1/introduction.md | 3 +++ docs/homey/products/air1/setup/general-tips.md | 3 +++ docs/homey/products/air1/setup/prevent-sleep.md | 5 ++++- docs/homey/products/air1/setup/sensor-definitions.md | 3 +++ docs/homey/products/air1/troubleshooting/air1-boot-mode.md | 3 +++ docs/homey/products/air1/troubleshooting/air1-code.md | 3 +++ .../air1/troubleshooting/air1-reset-wi-fi-credentials.md | 3 +++ docs/homey/products/air1/troubleshooting/air1-teardown.md | 3 +++ docs/homey/products/btn1/additional-info/prevent-sleep.md | 3 +++ docs/homey/products/btn1/addons/btn1-addon.md | 3 +++ .../products/btn1/battery-sensors/wake-up-battery-sensor.md | 3 +++ docs/homey/products/btn1/btn1-reviews.md | 3 +++ docs/homey/products/btn1/examples/blueprint.md | 3 +++ docs/homey/products/btn1/examples/example-automation.md | 3 +++ docs/homey/products/btn1/faq.md | 3 +++ docs/homey/products/btn1/introduction.md | 3 +++ docs/homey/products/btn1/setup/general-tips.md | 3 +++ docs/homey/products/btn1/setup/getting-started.md | 3 +++ docs/homey/products/btn1/setup/sensor-definitions.md | 3 +++ docs/homey/products/btn1/troubleshooting/btn1-boot-mode.md | 3 +++ docs/homey/products/btn1/troubleshooting/btn1-reflash.md | 3 +++ .../btn1/troubleshooting/btn1-reset-wi-fi-credentials.md | 3 +++ docs/homey/products/btn1/troubleshooting/btn1-teardown.md | 3 +++ .../products/general/battery-sensors/awake-homey-flow.md | 3 +++ .../general/calibrating-and-updating/co2-calibration.md | 3 +++ .../general/calibrating-and-updating/mmwave-videos.md | 3 +++ .../calibrating-and-updating/zone-configuration/zones-ha.md | 5 ++++- .../calibrating-and-updating/zone-configuration/zones-hlk.md | 3 +++ docs/homey/products/general/comparisons.md | 3 +++ docs/homey/products/general/contact-us/Facebook.md | 5 ++++- docs/homey/products/general/contact-us/GitHub.md | 5 ++++- docs/homey/products/general/contact-us/Instagram.md | 5 ++++- docs/homey/products/general/contact-us/Reddit.md | 5 ++++- docs/homey/products/general/contact-us/YouTube.md | 5 ++++- .../products/general/contact-us/apollo-automation-shop.md | 3 +++ docs/homey/products/general/contact-us/contact-us-support.md | 5 ++++- docs/homey/products/general/contact-us/our-team.md | 5 ++++- docs/homey/products/general/faq.md | 3 +++ docs/homey/products/general/links.md | 3 +++ .../products/general/mmwave-presence-sensor-comparison.md | 3 +++ docs/homey/products/general/resellers.md | 3 +++ docs/homey/products/general/setup/getting-started-air1.md | 3 +++ docs/homey/products/general/setup/getting-started-msr1.md | 3 +++ docs/homey/products/general/setup/getting-started-msr2.md | 3 +++ docs/homey/products/general/setup/getting-started-mtr1.md | 3 +++ docs/homey/products/general/setup/getting-started-plt1.md | 3 +++ docs/homey/products/general/setup/getting-started-temp1.md | 3 +++ docs/homey/products/general/setup/getting-started.md | 3 +++ docs/homey/products/general/setup/renaming-apollo-devices.md | 3 +++ docs/homey/products/general/temp-hum-calibration.md | 3 +++ .../troubleshooting/opnsense-mdns-auto-discover-issue.md | 3 +++ .../general/troubleshooting/removing-device-from-homey.md | 3 +++ .../ubiquiti-unifi-mdns-auto-discover-issue.md | 3 +++ .../homey/products/led1/addons/adding-microphone-to-led-1.md | 3 +++ .../products/led1/examples/led-1-controlling-govee-lights.md | 3 +++ docs/homey/products/led1/faq.md | 3 +++ docs/homey/products/led1/introduction.md | 3 +++ docs/homey/products/led1/led1-reviews.md | 3 +++ docs/homey/products/led1/setup/getting-started-led1.md | 3 +++ docs/homey/products/led1/setup/led1-general-tips.md | 3 +++ docs/homey/products/led1/setup/led1-pinout-guide.md | 3 +++ docs/homey/products/led1/setup/led1-replace-fuse.md | 3 +++ docs/homey/products/led1/troubleshooting/led1-boot-mode.md | 3 +++ .../troubleshooting/led1-find-ip-address-and-hostname.md | 3 +++ docs/homey/products/led1/troubleshooting/led1-reflash.md | 3 +++ docs/homey/products/m1/addons/adding-microphone-to-m-1.md | 3 +++ docs/homey/products/m1/addons/wizmote-remote.md | 3 +++ docs/homey/products/m1/choose-your-firmware.md | 3 +++ docs/homey/products/m1/examples/add-gifs-to-wled.md | 3 +++ docs/homey/products/m1/examples/pixel-forge.md | 3 +++ docs/homey/products/m1/examples/qr-code-generator.md | 3 +++ docs/homey/products/m1/examples/scrolling-text.md | 3 +++ .../products/m1/examples/share-data-from-home-assistant.md | 3 +++ docs/homey/products/m1/faq.md | 3 +++ docs/homey/products/m1/introduction.md | 3 +++ docs/homey/products/m1/m1-reviews.md | 3 +++ docs/homey/products/m1/setup/getting-started-m1.md | 3 +++ docs/homey/products/m1/setup/m1-general-tips.md | 3 +++ docs/homey/products/m1/setup/m1-matrix-settings.md | 3 +++ docs/homey/products/m1/setup/m1-multiple-panels.md | 3 +++ docs/homey/products/m1/setup/m1-segments.md | 3 +++ docs/homey/products/m1/setup/upgrade-to-wled.md | 3 +++ docs/homey/products/m1/setup/use-without-wifi.md | 3 +++ docs/homey/products/m1/troubleshooting/m1-boot-mode.md | 3 +++ .../m1/troubleshooting/m1-find-ip-address-and-hostname.md | 3 +++ docs/homey/products/m1/troubleshooting/m1-panel-faults.md | 3 +++ docs/homey/products/m1/troubleshooting/m1-reflash.md | 3 +++ .../products/msr2/addons/adding-90-degree-usb-c-to-msr-2.md | 3 +++ docs/homey/products/msr2/addons/adding-co2-to-msr-2.md | 3 +++ .../products/msr2/addons/adding-gpio-header-to-msr-2.md | 3 +++ .../products/msr2/addons/adding-rear-female-usb-to-msr-2.md | 3 +++ .../msr2/examples/gpio-header-control-an-led-strip.md | 3 +++ docs/homey/products/msr2/examples/msr2-alarmo.md | 3 +++ docs/homey/products/msr2/examples/msr2-dashboards.md | 3 +++ docs/homey/products/msr2/examples/using-msr-2-buzzer.md | 3 +++ docs/homey/products/msr2/faq.md | 3 +++ docs/homey/products/msr2/introduction.md | 3 +++ .../msr2/msr-2-reviews/home-tech-innovations-msr-2-review.md | 3 +++ .../products/msr2/msr-2-reviews/michael-leen-msr-2-review.md | 3 +++ .../products/msr2/msr-2-reviews/mostlychris-msr-2-review.md | 3 +++ .../msr-2-reviews/simon-says-home-assistant-msr-2-review.md | 3 +++ .../msr2/msr-2-reviews/smart-home-australia-msr-2-review.md | 3 +++ .../msr2/msr-2-reviews/smart-home-scene-msr-2-review.md | 3 +++ docs/homey/products/msr2/msr2-reviews.md | 3 +++ docs/homey/products/msr2/setup/co2-calibration-for-msr-2.md | 3 +++ .../setup/how-to-change-the-update-frequency-of-sensors.md | 3 +++ docs/homey/products/msr2/setup/mmwave-videos.md | 3 +++ docs/homey/products/msr2/setup/msr2-general-tips.md | 3 +++ docs/homey/products/msr2/setup/msr2-sensor-definitions.md | 3 +++ docs/homey/products/msr2/setup/updating-msr-2-firmware.md | 3 +++ docs/homey/products/msr2/setup/zones-ha.md | 3 +++ docs/homey/products/msr2/setup/zones-hlk.md | 3 +++ docs/homey/products/msr2/troubleshooting/msr2-boot-mode.md | 3 +++ docs/homey/products/msr2/troubleshooting/msr2-code.md | 3 +++ .../msr2/troubleshooting/msr2-reset-wi-fi-credentials.md | 3 +++ docs/homey/products/msr2/troubleshooting/msr2-teardown.md | 3 +++ docs/homey/products/mtr1/calibrating-co2.md | 1 - docs/homey/products/mtr1/examples/crookedtoe-mtr1.md | 3 +++ ...-to-use-the-apollo-gpio-header-to-control-an-led-strip.md | 3 +++ .../mtr1/examples/mtr-1-home-assistant-dashboard-examples.md | 3 +++ docs/homey/products/mtr1/examples/mtr1-alarmo.md | 3 +++ docs/homey/products/mtr1/examples/using-mtr-1-buzzer.md | 3 +++ docs/homey/products/mtr1/faq.md | 3 +++ docs/homey/products/mtr1/introduction.md | 3 +++ .../mtr1/mtr-1-reviews/home-tech-innovations-mtr-1-review.md | 3 +++ .../products/mtr1/mtr-1-reviews/michael-leen-mtr-1-review.md | 3 +++ .../mtr-1-reviews/simon-says-home-assistant-mtr-1-review.md | 3 +++ .../mtr1/mtr-1-reviews/smart-home-australia-mtr-1-review.md | 3 +++ .../mtr1/mtr-1-reviews/smart-home-scene-mtr-1-review.md | 3 +++ docs/homey/products/mtr1/mtr1-reviews.md | 3 +++ docs/homey/products/mtr1/setup/co2-calibration-for-mtr-1.md | 3 +++ docs/homey/products/mtr1/setup/general-tips.md | 3 +++ .../mtr1/setup/mtr-1-temperature-&-humidity-offsets.md | 3 +++ docs/homey/products/mtr1/setup/sensor-definitions.md | 3 +++ docs/homey/products/mtr1/setup/updating-mtr-1-firmware.md | 3 +++ docs/homey/products/mtr1/setup/zones-hlk.md | 3 +++ docs/homey/products/mtr1/troubleshooting/mtr1-boot-mode.md | 3 +++ docs/homey/products/mtr1/troubleshooting/mtr1-code.md | 3 +++ .../mtr1/troubleshooting/mtr1-reset-wi-fi-credentials.md | 3 +++ docs/homey/products/mtr1/troubleshooting/mtr1-teardown.md | 3 +++ docs/homey/products/plt1/calibrate-plt1.md | 3 +++ docs/homey/products/plt1/examples/flower-card.md | 3 +++ docs/homey/products/plt1/faq.md | 3 +++ docs/homey/products/plt1/general-tips.md | 3 +++ docs/homey/products/plt1/introduction.md | 3 +++ docs/homey/products/plt1/reviews.md | 3 +++ docs/homey/products/plt1/setup/plt1-sensor-definitions.md | 3 +++ docs/homey/products/plt1/setup/prevent-sleep.md | 3 +++ docs/homey/products/plt1/troubleshooting/plt1-boot-mode.md | 3 +++ docs/homey/products/plt1/troubleshooting/plt1-code.md | 3 +++ .../plt1/troubleshooting/plt1-reset-wi-fi-credentials.md | 3 +++ docs/homey/products/plt1/troubleshooting/plt1-teardown.md | 3 +++ docs/homey/products/plt1b/additional-info/insert-battery.md | 3 +++ .../plt1b/battery-sensors/sensor-connection-check.md | 3 +++ .../products/plt1b/battery-sensors/wake-up-battery-sensor.md | 3 +++ docs/homey/products/plt1b/calibrate-plt1.md | 3 +++ docs/homey/products/plt1b/examples/flower-card.md | 3 +++ docs/homey/products/plt1b/faq.md | 3 +++ docs/homey/products/plt1b/general-tips.md | 3 +++ docs/homey/products/plt1b/introduction.md | 3 +++ docs/homey/products/plt1b/reviews.md | 3 +++ docs/homey/products/plt1b/setup/getting-started-plt1.md | 3 +++ docs/homey/products/plt1b/setup/plt1b-sensor-definitions.md | 3 +++ docs/homey/products/plt1b/setup/prevent-sleep.md | 3 +++ docs/homey/products/plt1b/troubleshooting/plt1b-boot-mode.md | 3 +++ docs/homey/products/plt1b/troubleshooting/plt1b-code.md | 3 +++ .../plt1b/troubleshooting/plt1b-reset-wi-fi-credentials.md | 3 +++ docs/homey/products/plt1b/troubleshooting/plt1b-teardown.md | 3 +++ .../products/pump1/addons/attaching-bottle-to-pump-1.md | 3 +++ .../pump1/addons/attaching-fluid-level-sensors-pump-1.md | 3 +++ .../homey/products/pump1/addons/attaching-tubes-to-pump-1.md | 3 +++ docs/homey/products/pump1/faq.md | 3 +++ docs/homey/products/pump1/introduction.md | 3 +++ docs/homey/products/pump1/pump1-reviews.md | 3 +++ docs/homey/products/pump1/setup/pump1-general-tips.md | 3 +++ docs/homey/products/pump1/setup/pump1-sensor-definitions.md | 3 +++ docs/homey/products/pump1/troubleshooting/pump1-boot-mode.md | 3 +++ docs/homey/products/pump1/troubleshooting/pump1-reflash.md | 3 +++ .../pump1/troubleshooting/pump1-reset-wi-fi-credentials.md | 3 +++ docs/homey/products/pump1/troubleshooting/pump1-teardown.md | 3 +++ .../rpro1/addons/add-the-ld2412-mmwave-sensor-to-r-pro-1.md | 3 +++ docs/homey/products/rpro1/addons/adding-co2-to-r-pro-1.md | 3 +++ .../rpro1/addons/attaching-gang-box-mount-to-r-pro-1.md | 3 +++ .../rpro1/addons/install-ceiling-mount-for-r-pro-1.md | 3 +++ docs/homey/products/rpro1/calibrating-co2.md | 3 +++ docs/homey/products/rpro1/faq.md | 3 +++ docs/homey/products/rpro1/introduction.md | 3 +++ docs/homey/products/rpro1/rpro1-reviews.md | 3 +++ docs/homey/products/rpro1/setup/rpro1-general-tips.md | 3 +++ docs/homey/products/rpro1/setup/rpro1-sensor-definitions.md | 3 +++ docs/homey/products/rpro1/setup/rpro1-switch-firmware.md | 3 +++ docs/homey/products/rpro1/setup/zones-hlk.md | 3 +++ docs/homey/products/rpro1/troubleshooting/rpro1-boot-mode.md | 3 +++ docs/homey/products/rpro1/troubleshooting/rpro1-code.md | 3 +++ .../rpro1/troubleshooting/rpro1-reset-wi-fi-credentials.md | 3 +++ docs/homey/products/rpro1/troubleshooting/rpro1-teardown.md | 3 +++ docs/homey/products/temp1/addons/food-probe.md | 3 +++ docs/homey/products/temp1/addons/magnetic-mount.md | 3 +++ docs/homey/products/temp1/addons/multiple-probes.md | 3 +++ docs/homey/products/temp1/addons/temp-probe.md | 3 +++ .../temp1/battery-sensors/sensor-connection-check.md | 3 +++ .../products/temp1/battery-sensors/wake-up-battery-sensor.md | 3 +++ docs/homey/products/temp1/examples/temp1-alert-example.md | 3 +++ .../products/temp1/examples/temp1-automation-examples.md | 3 +++ docs/homey/products/temp1/examples/use-cases.md | 3 +++ docs/homey/products/temp1/faq.md | 3 +++ docs/homey/products/temp1/introduction.md | 3 +++ docs/homey/products/temp1/reviews.md | 3 +++ docs/homey/products/temp1/setup/getting-started-temp1.md | 3 +++ docs/homey/products/temp1/setup/prevent-sleep.md | 3 +++ docs/homey/products/temp1/setup/temp1-getting-started.md | 3 +++ docs/homey/products/temp1/setup/temp1-sensor-definitions.md | 3 +++ docs/homey/products/temp1/troubleshooting/temp1-boot-mode.md | 3 +++ docs/homey/products/temp1/troubleshooting/temp1-code.md | 3 +++ .../temp1/troubleshooting/temp1-reset-wi-fi-credentials.md | 3 +++ docs/homey/products/temp1/troubleshooting/temp1-teardown.md | 3 +++ docs/homey/products/temp1b/addons/food-probe.md | 3 +++ docs/homey/products/temp1b/addons/magnetic-mount.md | 3 +++ docs/homey/products/temp1b/addons/multiple-probes.md | 3 +++ docs/homey/products/temp1b/addons/temp-probe.md | 3 +++ .../temp1b/battery-sensors/sensor-connection-check.md | 3 +++ .../temp1b/battery-sensors/wake-up-battery-sensor.md | 3 +++ docs/homey/products/temp1b/examples/temp1b-alert-example.md | 3 +++ .../products/temp1b/examples/temp1b-automation-examples.md | 3 +++ docs/homey/products/temp1b/examples/use-cases.md | 3 +++ docs/homey/products/temp1b/faq.md | 3 +++ docs/homey/products/temp1b/introduction.md | 3 +++ docs/homey/products/temp1b/reviews.md | 3 +++ docs/homey/products/temp1b/setup/getting-started-temp1.md | 3 +++ docs/homey/products/temp1b/setup/insert-battery.md | 3 +++ docs/homey/products/temp1b/setup/prevent-sleep.md | 3 +++ docs/homey/products/temp1b/setup/temp1b-getting-started.md | 3 +++ .../homey/products/temp1b/setup/temp1b-sensor-definitions.md | 3 +++ .../products/temp1b/troubleshooting/temp1b-boot-mode.md | 3 +++ docs/homey/products/temp1b/troubleshooting/temp1b-code.md | 3 +++ .../temp1b/troubleshooting/temp1b-reset-wi-fi-credentials.md | 3 +++ .../homey/products/temp1b/troubleshooting/temp1b-teardown.md | 3 +++ .../air1/calibrating-and-updating/air-1-temp-calibration.md | 3 +++ docs/products/apolloodroid/bluetoothtracking.md | 5 ++++- docs/products/btn1/battery-sensors/wake-up-battery-sensor.md | 3 +++ docs/products/general/apollo-youtube/ha-green-unboxing.md | 3 +++ docs/products/general/apollo-youtube/workshop-tour.md | 3 +++ .../calibrating-and-updating/radar-tuning/zones-ha.md | 3 +++ .../calibrating-and-updating/radar-tuning/zones-hlk.md | 3 +++ .../calibrating-and-updating/zone-configuration/zones-ha.md | 3 +++ .../calibrating-and-updating/zone-configuration/zones-hlk.md | 3 +++ docs/products/general/contact-us/Facebook.md | 3 +++ docs/products/general/contact-us/GitHub.md | 3 +++ docs/products/general/contact-us/Instagram.md | 3 +++ docs/products/general/contact-us/Reddit.md | 3 +++ docs/products/general/contact-us/YouTube.md | 3 +++ docs/products/general/contact-us/apollo-automation-shop.md | 3 +++ docs/products/general/contact-us/contact-us-support.md | 3 +++ docs/products/general/contact-us/our-team.md | 3 +++ docs/products/general/setup/getting-started-air1.md | 3 +++ docs/products/general/setup/getting-started-btn1.md | 3 +++ docs/products/general/setup/getting-started-msr1.md | 3 +++ docs/products/general/setup/getting-started-msr2.md | 3 +++ docs/products/general/setup/getting-started-mtr1.md | 3 +++ docs/products/general/setup/getting-started-plt1.md | 3 +++ docs/products/general/setup/getting-started-pump1.md | 3 +++ docs/products/general/setup/getting-started-rpro1.md | 3 +++ docs/products/general/setup/getting-started-temp1.md | 3 +++ docs/products/h1/battery-sensors/wake-up-battery-sensor.md | 3 +++ docs/products/h2/battery-sensors/wake-up-battery-sensor.md | 3 +++ docs/products/h2/examples/holiday-songs.md | 3 +++ docs/products/msr1/additional-info/exposed-gpio.md | 3 +++ docs/products/msr1/addons/adding-co2-to-msr-1.md | 3 +++ docs/products/msr1/calibrating-co2.md | 1 - docs/products/msr1/examples/msr-1-automation-guide.md | 3 +++ docs/products/msr1/examples/msr-1-examples-from-github.md | 3 +++ docs/products/msr1/examples/msr1-alarmo.md | 3 +++ docs/products/msr1/examples/using-msr-1-buzzer.md | 3 +++ .../msr1/msr-1-reviews/beardedtinker-msr-1-review.md | 3 +++ docs/products/msr1/msr-1-reviews/drzzs-msr-1-review.md | 3 +++ .../msr1/msr-1-reviews/make-it-work-tech-msr-1-review.md | 3 +++ docs/products/msr1/msr-1-reviews/mostlychris-msr-1-review.md | 3 +++ .../msr-1-reviews/simon-says-home-assistant-msr-1-review.md | 3 +++ .../msr1/msr-1-reviews/smart-home-scene-msr-1-review.md | 3 +++ docs/products/msr1/msr1-reviews.md | 3 +++ docs/products/msr1/setup/co2-calibration-for-msr-1.md | 3 +++ docs/products/msr1/setup/mmwave-videos.md | 3 +++ docs/products/msr1/setup/updating-msr-1-firmware.md | 3 +++ docs/products/msr1/troubleshooting/msr1-boot-mode.md | 3 +++ docs/products/msr1/troubleshooting/msr1-code.md | 3 +++ docs/products/msr2/setup/mmwave-videos.md | 3 +++ docs/products/plt1b/battery-sensors/awake-ha-helper.md | 3 +++ .../plt1b/battery-sensors/sensor-connection-check.md | 3 +++ .../products/plt1b/battery-sensors/wake-up-battery-sensor.md | 3 +++ docs/products/plt1b/examples/flower-card.md | 3 +++ docs/products/plt1b/reviews.md | 3 +++ docs/products/plt1b/setup/getting-started-plt1.md | 3 +++ docs/products/temp1/battery-sensors/awake-ha-helper.md | 3 +++ .../temp1/battery-sensors/sensor-connection-check.md | 3 +++ .../products/temp1/battery-sensors/wake-up-battery-sensor.md | 3 +++ docs/products/temp1b/battery-sensors/awake-ha-helper.md | 3 +++ .../temp1b/battery-sensors/sensor-connection-check.md | 3 +++ .../temp1b/battery-sensors/wake-up-battery-sensor.md | 3 +++ docs/products/temp1b/setup/getting-started-temp1.md | 3 +++ docs/products/temp1b/setup/temp1-general-tips.md | 3 +++ 305 files changed, 919 insertions(+), 12 deletions(-) delete mode 100755 docs/homey/products/mtr1/calibrating-co2.md delete mode 100755 docs/products/msr1/calibrating-co2.md diff --git a/docs/homey/products/air1/additonal-info/air-quality-sensor-comparison.md b/docs/homey/products/air1/additonal-info/air-quality-sensor-comparison.md index 61ddfb9f42..723981735c 100755 --- a/docs/homey/products/air1/additonal-info/air-quality-sensor-comparison.md +++ b/docs/homey/products/air1/additonal-info/air-quality-sensor-comparison.md @@ -1 +1,4 @@ +--- +description: "A technical comparison of air quality sensors used with the AIR-1, including performance, accuracy, and specifications." +--- --8<-- "products/air1/additional-info/air-quality-sensor-comparison.md:5:" \ No newline at end of file diff --git a/docs/homey/products/air1/addons/adding-the-mics-4514-gas-sensor-to-the-air-1.md b/docs/homey/products/air1/addons/adding-the-mics-4514-gas-sensor-to-the-air-1.md index c763be7233..bf06f7aba1 100755 --- a/docs/homey/products/air1/addons/adding-the-mics-4514-gas-sensor-to-the-air-1.md +++ b/docs/homey/products/air1/addons/adding-the-mics-4514-gas-sensor-to-the-air-1.md @@ -1 +1,4 @@ +--- +description: "Adding Optional MiCS-4514 Gas Sensor To The AIR-1." +--- --8<-- "products/air1/addons/adding-the-mics-4514-gas-sensor-to-the-air-1.md:5:" \ No newline at end of file diff --git a/docs/homey/products/air1/air1-reviews.md b/docs/homey/products/air1/air1-reviews.md index df31346ba0..ee74ffbca6 100755 --- a/docs/homey/products/air1/air1-reviews.md +++ b/docs/homey/products/air1/air1-reviews.md @@ -1 +1,4 @@ +--- +description: "Youtuber reviews and feedback about the AIR-1 sensor from Apollo Automation." +--- --8<-- "products/air1/air1-reviews.md:5:" \ No newline at end of file diff --git a/docs/homey/products/air1/calibrating-and-updating/air-1-temp-calibration.md b/docs/homey/products/air1/calibrating-and-updating/air-1-temp-calibration.md index 91298c1998..d7921c0fa6 100755 --- a/docs/homey/products/air1/calibrating-and-updating/air-1-temp-calibration.md +++ b/docs/homey/products/air1/calibrating-and-updating/air-1-temp-calibration.md @@ -1,2 +1,5 @@ +--- +description: "Calibrate the AIR-1 temperature reading from its SEN55 to your room using a temperature offset." +---  \ No newline at end of file diff --git a/docs/homey/products/air1/faq.md b/docs/homey/products/air1/faq.md index 9ba4638843..4217d12669 100755 --- a/docs/homey/products/air1/faq.md +++ b/docs/homey/products/air1/faq.md @@ -1 +1,4 @@ +--- +description: "Frequently asked questions about the AIR-1 environmental sensor, including setup, features, and troubleshooting." +--- --8<-- "products/air1/faq.md:5:" \ No newline at end of file diff --git a/docs/homey/products/air1/introduction.md b/docs/homey/products/air1/introduction.md index 63898c570c..54a62886e6 100755 --- a/docs/homey/products/air1/introduction.md +++ b/docs/homey/products/air1/introduction.md @@ -1 +1,4 @@ +--- +description: "Documentation for AIR-1, including setup, usage, and best practices." +--- --8<-- "products/air1/introduction.md:5:" \ No newline at end of file diff --git a/docs/homey/products/air1/setup/general-tips.md b/docs/homey/products/air1/setup/general-tips.md index f7b52e7226..38be8c849a 100755 --- a/docs/homey/products/air1/setup/general-tips.md +++ b/docs/homey/products/air1/setup/general-tips.md @@ -1,4 +1,7 @@ --- +description: ">-" +--- +--- # AIR-1 General Tips The AIR-1 has multiple different types of sensors and this guide will help you understand which ones you should be concerned with and expected safe or not safe thresholds to alert or automate on. diff --git a/docs/homey/products/air1/setup/prevent-sleep.md b/docs/homey/products/air1/setup/prevent-sleep.md index dea8487856..8a3fcb9108 100755 --- a/docs/homey/products/air1/setup/prevent-sleep.md +++ b/docs/homey/products/air1/setup/prevent-sleep.md @@ -1 +1,4 @@ ---8<-- "products/air1/setup/prevent-sleep.md:5:" \ No newline at end of file +--- +description: "How to disable Prevent Sleep and allow your Apollo device to sleep!" +--- +--8<-- "products/general/battery-sensors/prevent-sleep.md:5:" \ No newline at end of file diff --git a/docs/homey/products/air1/setup/sensor-definitions.md b/docs/homey/products/air1/setup/sensor-definitions.md index 45964ea551..56f412b4c4 100755 --- a/docs/homey/products/air1/setup/sensor-definitions.md +++ b/docs/homey/products/air1/setup/sensor-definitions.md @@ -1 +1,4 @@ +--- +description: "Full list of definitions for the AIR-1 and its various sensors." +--- --8<-- "products/air1/setup/sensor-definitions.md:5:" diff --git a/docs/homey/products/air1/troubleshooting/air1-boot-mode.md b/docs/homey/products/air1/troubleshooting/air1-boot-mode.md index 8dc5fd291c..9b8b768f5a 100755 --- a/docs/homey/products/air1/troubleshooting/air1-boot-mode.md +++ b/docs/homey/products/air1/troubleshooting/air1-boot-mode.md @@ -1,3 +1,6 @@ +--- +description: "Step by step guide for putting The AIR-1 In Boot Mode." +--- !!! info "This will cover how to put the AIR-1 into boot mode." diff --git a/docs/homey/products/air1/troubleshooting/air1-code.md b/docs/homey/products/air1/troubleshooting/air1-code.md index 3c985a2c7e..64270480a7 100755 --- a/docs/homey/products/air1/troubleshooting/air1-code.md +++ b/docs/homey/products/air1/troubleshooting/air1-code.md @@ -1,3 +1,6 @@ +--- +description: "Step by step guide for re-flashing the AIR-1 back to factory firmware." +--- !!! info "If your device becomes unresponsive and you've exhausted the other troubleshooting methods you can reflash the factory firmware by following the steps below." diff --git a/docs/homey/products/air1/troubleshooting/air1-reset-wi-fi-credentials.md b/docs/homey/products/air1/troubleshooting/air1-reset-wi-fi-credentials.md index 8ac852ab7c..55cb128f23 100755 --- a/docs/homey/products/air1/troubleshooting/air1-reset-wi-fi-credentials.md +++ b/docs/homey/products/air1/troubleshooting/air1-reset-wi-fi-credentials.md @@ -1,3 +1,6 @@ +--- +description: "Step by step guide for resetting the Wi-Fi Credentials on your AIR-1." +--- 1\. Plug the device into power. diff --git a/docs/homey/products/air1/troubleshooting/air1-teardown.md b/docs/homey/products/air1/troubleshooting/air1-teardown.md index e93a14728e..d651623100 100755 --- a/docs/homey/products/air1/troubleshooting/air1-teardown.md +++ b/docs/homey/products/air1/troubleshooting/air1-teardown.md @@ -1 +1,4 @@ +--- +description: "Step by step guide for tearing down your AIR-1 to replace parts, clean it, swap cases, etc." +--- --8<-- "products/air1/troubleshooting/air1-teardown.md:5:" \ No newline at end of file diff --git a/docs/homey/products/btn1/additional-info/prevent-sleep.md b/docs/homey/products/btn1/additional-info/prevent-sleep.md index 915a36036b..10abf6ec4d 100644 --- a/docs/homey/products/btn1/additional-info/prevent-sleep.md +++ b/docs/homey/products/btn1/additional-info/prevent-sleep.md @@ -1 +1,4 @@ +--- +description: "How to prevent the BTN-1 from sleeping to maintain functionality" +--- --8<-- "products/btn1/additional-info/prevent-sleep.md:5:" diff --git a/docs/homey/products/btn1/addons/btn1-addon.md b/docs/homey/products/btn1/addons/btn1-addon.md index 644537bfe1..5cafa6caf6 100644 --- a/docs/homey/products/btn1/addons/btn1-addon.md +++ b/docs/homey/products/btn1/addons/btn1-addon.md @@ -1 +1,4 @@ +--- +description: "BTN-1 attaching keys to the BTN-1" +--- --8<-- "products/btn1/addons/btn1-addon.md:5:" diff --git a/docs/homey/products/btn1/battery-sensors/wake-up-battery-sensor.md b/docs/homey/products/btn1/battery-sensors/wake-up-battery-sensor.md index f6d27b3bef..023266d9c9 100644 --- a/docs/homey/products/btn1/battery-sensors/wake-up-battery-sensor.md +++ b/docs/homey/products/btn1/battery-sensors/wake-up-battery-sensor.md @@ -1 +1,4 @@ +--- +description: "How to wake up your Apollo device which is currently sleeping." +--- --8<-- "products/general/battery-sensors/wake-up-battery-sensor.md:5:" diff --git a/docs/homey/products/btn1/btn1-reviews.md b/docs/homey/products/btn1/btn1-reviews.md index a8eb071748..ae40dcd51c 100644 --- a/docs/homey/products/btn1/btn1-reviews.md +++ b/docs/homey/products/btn1/btn1-reviews.md @@ -1 +1,4 @@ +--- +description: "Youtuber and other Influencer reviews and feedback about the BTN-1 sensor from Apollo Automation." +--- --8<-- "products/btn1/btn1-reviews.md:5:" diff --git a/docs/homey/products/btn1/examples/blueprint.md b/docs/homey/products/btn1/examples/blueprint.md index da2cb08957..4566a0bb0a 100644 --- a/docs/homey/products/btn1/examples/blueprint.md +++ b/docs/homey/products/btn1/examples/blueprint.md @@ -1 +1,4 @@ +--- +description: ">-" +--- --8<-- "products/btn1/examples/blueprint.md:7:" diff --git a/docs/homey/products/btn1/examples/example-automation.md b/docs/homey/products/btn1/examples/example-automation.md index f07640a6c9..d04468c7ac 100644 --- a/docs/homey/products/btn1/examples/example-automation.md +++ b/docs/homey/products/btn1/examples/example-automation.md @@ -1 +1,4 @@ +--- +description: "Example of how to use the BTN-1 Events to create an automation in Home Assistant!" +--- --8<-- "products/btn1/examples/example-automation.md:5:" diff --git a/docs/homey/products/btn1/faq.md b/docs/homey/products/btn1/faq.md index 7243829add..b1d1ed1e5c 100644 --- a/docs/homey/products/btn1/faq.md +++ b/docs/homey/products/btn1/faq.md @@ -1 +1,4 @@ +--- +description: "Frequently asked questions about the BTN-1 Macro Deck" +--- --8<-- "products/btn1/faq.md:5:" diff --git a/docs/homey/products/btn1/introduction.md b/docs/homey/products/btn1/introduction.md index c8afc79267..a44c1a5761 100644 --- a/docs/homey/products/btn1/introduction.md +++ b/docs/homey/products/btn1/introduction.md @@ -1 +1,4 @@ +--- +description: "Documentation for BTN-1, including setup, usage, and best practices." +--- --8<-- "products/btn1/introduction.md:5:" diff --git a/docs/homey/products/btn1/setup/general-tips.md b/docs/homey/products/btn1/setup/general-tips.md index 55e5813166..5811e926ec 100644 --- a/docs/homey/products/btn1/setup/general-tips.md +++ b/docs/homey/products/btn1/setup/general-tips.md @@ -1 +1,4 @@ +--- +description: "BTN-1 General Tips" +--- --8<-- "products/btn1/setup/general-tips.md:5:" diff --git a/docs/homey/products/btn1/setup/getting-started.md b/docs/homey/products/btn1/setup/getting-started.md index 7561d05348..a94406a60e 100644 --- a/docs/homey/products/btn1/setup/getting-started.md +++ b/docs/homey/products/btn1/setup/getting-started.md @@ -1 +1,4 @@ +--- +description: "Step by step guide to getting started with your BTN-1!" +--- --8<-- "products/btn1/setup/getting-started.md:5:" diff --git a/docs/homey/products/btn1/setup/sensor-definitions.md b/docs/homey/products/btn1/setup/sensor-definitions.md index 5d2177e238..8ff3e68113 100644 --- a/docs/homey/products/btn1/setup/sensor-definitions.md +++ b/docs/homey/products/btn1/setup/sensor-definitions.md @@ -1 +1,4 @@ +--- +description: "These are all of the entities exposed by the BTN-1 to automate on!" +--- --8<-- "products/btn1/setup/sensor-definitions.md:5:" diff --git a/docs/homey/products/btn1/troubleshooting/btn1-boot-mode.md b/docs/homey/products/btn1/troubleshooting/btn1-boot-mode.md index d647e620d4..990cdbaaae 100644 --- a/docs/homey/products/btn1/troubleshooting/btn1-boot-mode.md +++ b/docs/homey/products/btn1/troubleshooting/btn1-boot-mode.md @@ -1 +1,4 @@ +--- +description: "Step by step guide for putting The BTN-1 In Boot Mode." +--- --8<-- "products/btn1/troubleshooting/btn1-boot-mode.md:5:" diff --git a/docs/homey/products/btn1/troubleshooting/btn1-reflash.md b/docs/homey/products/btn1/troubleshooting/btn1-reflash.md index e51c03f42e..11e5d5d6f7 100644 --- a/docs/homey/products/btn1/troubleshooting/btn1-reflash.md +++ b/docs/homey/products/btn1/troubleshooting/btn1-reflash.md @@ -1 +1,4 @@ +--- +description: "Step by step guide for reflashing The BTN-1." +--- --8<-- "products/btn1/troubleshooting/btn1-reflash.md:5:" diff --git a/docs/homey/products/btn1/troubleshooting/btn1-reset-wi-fi-credentials.md b/docs/homey/products/btn1/troubleshooting/btn1-reset-wi-fi-credentials.md index ddb542c95c..7f35d47f8c 100644 --- a/docs/homey/products/btn1/troubleshooting/btn1-reset-wi-fi-credentials.md +++ b/docs/homey/products/btn1/troubleshooting/btn1-reset-wi-fi-credentials.md @@ -1 +1,4 @@ +--- +description: "Step by step guide for resetting the Wi-Fi Credentials on your BTN-1." +--- --8<-- "products/btn1/troubleshooting/btn1-reset-wi-fi-credentials.md:5:" diff --git a/docs/homey/products/btn1/troubleshooting/btn1-teardown.md b/docs/homey/products/btn1/troubleshooting/btn1-teardown.md index 8d2929a322..ce36a67f05 100644 --- a/docs/homey/products/btn1/troubleshooting/btn1-teardown.md +++ b/docs/homey/products/btn1/troubleshooting/btn1-teardown.md @@ -1 +1,4 @@ +--- +description: ">-" +--- --8<-- "products/btn1/troubleshooting/btn1-teardown.md:7:" diff --git a/docs/homey/products/general/battery-sensors/awake-homey-flow.md b/docs/homey/products/general/battery-sensors/awake-homey-flow.md index 4a18c53cdc..d59c358461 100755 --- a/docs/homey/products/general/battery-sensors/awake-homey-flow.md +++ b/docs/homey/products/general/battery-sensors/awake-homey-flow.md @@ -1,3 +1,6 @@ +--- +description: "Keep a battery powered Apollo sensor awake using Homey Advanced Flows." +--- # How to keep your sensor awake using Homey Advanced Flows 1\. This still needs to be done! \ No newline at end of file diff --git a/docs/homey/products/general/calibrating-and-updating/co2-calibration.md b/docs/homey/products/general/calibrating-and-updating/co2-calibration.md index f240bae710..ada6cfbfef 100755 --- a/docs/homey/products/general/calibrating-and-updating/co2-calibration.md +++ b/docs/homey/products/general/calibrating-and-updating/co2-calibration.md @@ -1,3 +1,6 @@ +--- +description: "Step by step guide for re-calibrating your SCD40 CO2 sensor" +--- # CO2 Calibration !!! info "Your sensor calibrates itself" diff --git a/docs/homey/products/general/calibrating-and-updating/mmwave-videos.md b/docs/homey/products/general/calibrating-and-updating/mmwave-videos.md index fb26379b08..257e9d8689 100755 --- a/docs/homey/products/general/calibrating-and-updating/mmwave-videos.md +++ b/docs/homey/products/general/calibrating-and-updating/mmwave-videos.md @@ -1,3 +1,6 @@ +--- +description: "Two short videos and a quick sumamry on how to best tune the LD2410B in the MSR-2!" +--- # This needs to be redone for Homey if it can be duplicated. !!! tip "Radar Engineering Mode (REM)" diff --git a/docs/homey/products/general/calibrating-and-updating/zone-configuration/zones-ha.md b/docs/homey/products/general/calibrating-and-updating/zone-configuration/zones-ha.md index e7a15ff9c9..dfec82d7bc 100644 --- a/docs/homey/products/general/calibrating-and-updating/zone-configuration/zones-ha.md +++ b/docs/homey/products/general/calibrating-and-updating/zone-configuration/zones-ha.md @@ -1 +1,4 @@ ---8<-- "homey/products/mtr1/setup/zones-ha.md" +--- +description: "Tutorial for MTR-1 Home Assistant Zone Configuration." +--- +--8<-- "products/mtr1/setup/zones-ha.md:5:" diff --git a/docs/homey/products/general/calibrating-and-updating/zone-configuration/zones-hlk.md b/docs/homey/products/general/calibrating-and-updating/zone-configuration/zones-hlk.md index b9036536ff..f4326efd3e 100644 --- a/docs/homey/products/general/calibrating-and-updating/zone-configuration/zones-hlk.md +++ b/docs/homey/products/general/calibrating-and-updating/zone-configuration/zones-hlk.md @@ -1 +1,4 @@ +--- +description: "Tutorial for MTR-1 HLKRadarTool app Zone Configuration." +--- --8<-- "homey/products/mtr1/setup/zones-hlk.md" diff --git a/docs/homey/products/general/comparisons.md b/docs/homey/products/general/comparisons.md index 76236cd657..24a61fd578 100755 --- a/docs/homey/products/general/comparisons.md +++ b/docs/homey/products/general/comparisons.md @@ -1 +1,4 @@ +--- +description: "mmWave Presense Sensor Comparison Chart." +--- --8<-- "products/general/comparisons.md:5:" \ No newline at end of file diff --git a/docs/homey/products/general/contact-us/Facebook.md b/docs/homey/products/general/contact-us/Facebook.md index 1be9661e9b..3a350bb448 100755 --- a/docs/homey/products/general/contact-us/Facebook.md +++ b/docs/homey/products/general/contact-us/Facebook.md @@ -1 +1,4 @@ ---8<-- "products/general/contact-us/Facebook.md" \ No newline at end of file +--- +description: "Join the Apollo Automation community group on Facebook." +--- +--8<-- "products/general/contact-us/Facebook.md:4:" \ No newline at end of file diff --git a/docs/homey/products/general/contact-us/GitHub.md b/docs/homey/products/general/contact-us/GitHub.md index 119286b380..bd58a7239b 100755 --- a/docs/homey/products/general/contact-us/GitHub.md +++ b/docs/homey/products/general/contact-us/GitHub.md @@ -1 +1,4 @@ ---8<-- "products/general/contact-us/GitHub.md" \ No newline at end of file +--- +description: "Apollo Automation on GitHub, where the firmware and hardware files live." +--- +--8<-- "products/general/contact-us/GitHub.md:4:" \ No newline at end of file diff --git a/docs/homey/products/general/contact-us/Instagram.md b/docs/homey/products/general/contact-us/Instagram.md index 34029612ed..a590953bb8 100755 --- a/docs/homey/products/general/contact-us/Instagram.md +++ b/docs/homey/products/general/contact-us/Instagram.md @@ -1 +1,4 @@ ---8<-- "products/general/contact-us/Instagram.md" \ No newline at end of file +--- +description: "Follow Apollo Automation on Instagram." +--- +--8<-- "products/general/contact-us/Instagram.md:4:" \ No newline at end of file diff --git a/docs/homey/products/general/contact-us/Reddit.md b/docs/homey/products/general/contact-us/Reddit.md index 865d2af6a8..64833617d3 100755 --- a/docs/homey/products/general/contact-us/Reddit.md +++ b/docs/homey/products/general/contact-us/Reddit.md @@ -1 +1,4 @@ ---8<-- "products/general/contact-us/Reddit.md" \ No newline at end of file +--- +description: "The Apollo Automation subreddit." +--- +--8<-- "products/general/contact-us/Reddit.md:4:" \ No newline at end of file diff --git a/docs/homey/products/general/contact-us/YouTube.md b/docs/homey/products/general/contact-us/YouTube.md index cea1316198..8768c2dc70 100755 --- a/docs/homey/products/general/contact-us/YouTube.md +++ b/docs/homey/products/general/contact-us/YouTube.md @@ -1 +1,4 @@ ---8<-- "products/general/contact-us/YouTube.md" \ No newline at end of file +--- +description: "The Apollo Automation YouTube channel, with setup guides, reviews, and live streams." +--- +--8<-- "products/general/contact-us/YouTube.md:4:" \ No newline at end of file diff --git a/docs/homey/products/general/contact-us/apollo-automation-shop.md b/docs/homey/products/general/contact-us/apollo-automation-shop.md index 409521b32b..0911d59535 100755 --- a/docs/homey/products/general/contact-us/apollo-automation-shop.md +++ b/docs/homey/products/general/contact-us/apollo-automation-shop.md @@ -1 +1,4 @@ +--- +description: "The Apollo Automation shop, where you can buy sensors, probes, and accessories." +--- --8<-- "products/general/contact-us/apollo-automation-shop.md:5:" \ No newline at end of file diff --git a/docs/homey/products/general/contact-us/contact-us-support.md b/docs/homey/products/general/contact-us/contact-us-support.md index fde0cc7c4a..700cdcc684 100755 --- a/docs/homey/products/general/contact-us/contact-us-support.md +++ b/docs/homey/products/general/contact-us/contact-us-support.md @@ -1 +1,4 @@ ---8<-- "products/general/contact-us/contact-us-support.md" +--- +description: "How to reach Apollo Automation support, by email, on Discord, or through the community forum." +--- +--8<-- "products/general/contact-us/contact-us-support.md:4:" diff --git a/docs/homey/products/general/contact-us/our-team.md b/docs/homey/products/general/contact-us/our-team.md index cf7ba30496..18531ad1ec 100755 --- a/docs/homey/products/general/contact-us/our-team.md +++ b/docs/homey/products/general/contact-us/our-team.md @@ -1 +1,4 @@ ---8<-- "products/general/contact-us/general/our-team.md" \ No newline at end of file +--- +description: "Meet the people behind Apollo Automation." +--- +--8<-- "products/general/contact-us/our-team.md:4:" \ No newline at end of file diff --git a/docs/homey/products/general/faq.md b/docs/homey/products/general/faq.md index 95399008e7..499607b41c 100755 --- a/docs/homey/products/general/faq.md +++ b/docs/homey/products/general/faq.md @@ -1 +1,4 @@ +--- +description: "Frequently Asked Questions." +--- --8<-- "products/general/faq.md:5:" \ No newline at end of file diff --git a/docs/homey/products/general/links.md b/docs/homey/products/general/links.md index e194977bf3..2d2812dcc3 100755 --- a/docs/homey/products/general/links.md +++ b/docs/homey/products/general/links.md @@ -1 +1,4 @@ +--- +description: "Links to our github, printables, and discord!" +--- --8<-- "products/general/links.md:5:" \ No newline at end of file diff --git a/docs/homey/products/general/mmwave-presence-sensor-comparison.md b/docs/homey/products/general/mmwave-presence-sensor-comparison.md index 65085956d8..a2ebbc2ed5 100755 --- a/docs/homey/products/general/mmwave-presence-sensor-comparison.md +++ b/docs/homey/products/general/mmwave-presence-sensor-comparison.md @@ -1 +1,4 @@ +--- +description: "mmWave Presense Sensor Comparison Chart." +--- --8<-- "products/general/mmwave-presence-sensor-comparison.md:5:" \ No newline at end of file diff --git a/docs/homey/products/general/resellers.md b/docs/homey/products/general/resellers.md index 68e29e12cb..4ba7ed859e 100644 --- a/docs/homey/products/general/resellers.md +++ b/docs/homey/products/general/resellers.md @@ -1 +1,4 @@ +--- +description: "A list of resellers across the globe for Apollo Automation products!" +--- --8<-- "products/general/resellers.md:5:" diff --git a/docs/homey/products/general/setup/getting-started-air1.md b/docs/homey/products/general/setup/getting-started-air1.md index 5c9e9a2717..aebb27e377 100755 --- a/docs/homey/products/general/setup/getting-started-air1.md +++ b/docs/homey/products/general/setup/getting-started-air1.md @@ -1 +1,4 @@ +--- +description: "Generic getting started article." +--- --8<-- "homey/products/general/setup/getting-started.md:5:" \ No newline at end of file diff --git a/docs/homey/products/general/setup/getting-started-msr1.md b/docs/homey/products/general/setup/getting-started-msr1.md index 5c9e9a2717..aebb27e377 100755 --- a/docs/homey/products/general/setup/getting-started-msr1.md +++ b/docs/homey/products/general/setup/getting-started-msr1.md @@ -1 +1,4 @@ +--- +description: "Generic getting started article." +--- --8<-- "homey/products/general/setup/getting-started.md:5:" \ No newline at end of file diff --git a/docs/homey/products/general/setup/getting-started-msr2.md b/docs/homey/products/general/setup/getting-started-msr2.md index 5c9e9a2717..aebb27e377 100755 --- a/docs/homey/products/general/setup/getting-started-msr2.md +++ b/docs/homey/products/general/setup/getting-started-msr2.md @@ -1 +1,4 @@ +--- +description: "Generic getting started article." +--- --8<-- "homey/products/general/setup/getting-started.md:5:" \ No newline at end of file diff --git a/docs/homey/products/general/setup/getting-started-mtr1.md b/docs/homey/products/general/setup/getting-started-mtr1.md index 5c9e9a2717..aebb27e377 100755 --- a/docs/homey/products/general/setup/getting-started-mtr1.md +++ b/docs/homey/products/general/setup/getting-started-mtr1.md @@ -1 +1,4 @@ +--- +description: "Generic getting started article." +--- --8<-- "homey/products/general/setup/getting-started.md:5:" \ No newline at end of file diff --git a/docs/homey/products/general/setup/getting-started-plt1.md b/docs/homey/products/general/setup/getting-started-plt1.md index 5c9e9a2717..aebb27e377 100755 --- a/docs/homey/products/general/setup/getting-started-plt1.md +++ b/docs/homey/products/general/setup/getting-started-plt1.md @@ -1 +1,4 @@ +--- +description: "Generic getting started article." +--- --8<-- "homey/products/general/setup/getting-started.md:5:" \ No newline at end of file diff --git a/docs/homey/products/general/setup/getting-started-temp1.md b/docs/homey/products/general/setup/getting-started-temp1.md index 5c9e9a2717..aebb27e377 100755 --- a/docs/homey/products/general/setup/getting-started-temp1.md +++ b/docs/homey/products/general/setup/getting-started-temp1.md @@ -1 +1,4 @@ +--- +description: "Generic getting started article." +--- --8<-- "homey/products/general/setup/getting-started.md:5:" \ No newline at end of file diff --git a/docs/homey/products/general/setup/getting-started.md b/docs/homey/products/general/setup/getting-started.md index ae38ab31c4..ca0ab724e5 100755 --- a/docs/homey/products/general/setup/getting-started.md +++ b/docs/homey/products/general/setup/getting-started.md @@ -1,3 +1,6 @@ +--- +description: "Generic getting started article." +--- # Getting Started This will walk you through the process of connecting your new Apollo Automation sensor to Homey. If at any point you get stuck, join our Discord for some help. diff --git a/docs/homey/products/general/setup/renaming-apollo-devices.md b/docs/homey/products/general/setup/renaming-apollo-devices.md index 91f0c25212..037c4f8c4f 100755 --- a/docs/homey/products/general/setup/renaming-apollo-devices.md +++ b/docs/homey/products/general/setup/renaming-apollo-devices.md @@ -1,3 +1,6 @@ +--- +description: "Rename an Apollo device from the Homey app or the Homey dashboard." +--- # Renaming Apollo Devices 1\. Open the Homey App or dashboard in a browser and right click a device or short hold and then select "Rename". diff --git a/docs/homey/products/general/temp-hum-calibration.md b/docs/homey/products/general/temp-hum-calibration.md index 9736d7e6c5..c4c757e7d8 100755 --- a/docs/homey/products/general/temp-hum-calibration.md +++ b/docs/homey/products/general/temp-hum-calibration.md @@ -1 +1,4 @@ +--- +description: "Temp and Humidity Calibration and Offset Examples." +--- --8<-- "products/general/temp-hum-calibration.md:5:" \ No newline at end of file diff --git a/docs/homey/products/general/troubleshooting/opnsense-mdns-auto-discover-issue.md b/docs/homey/products/general/troubleshooting/opnsense-mdns-auto-discover-issue.md index 2c76f67665..a8e6af74f0 100755 --- a/docs/homey/products/general/troubleshooting/opnsense-mdns-auto-discover-issue.md +++ b/docs/homey/products/general/troubleshooting/opnsense-mdns-auto-discover-issue.md @@ -1 +1,4 @@ +--- +description: "Tutorial to help fix the OPNsense mDNS Auto Discover Issue" +--- --8<-- "products/general/troubleshooting/opnsense-mdns-auto-discover-issue.md:5:" diff --git a/docs/homey/products/general/troubleshooting/removing-device-from-homey.md b/docs/homey/products/general/troubleshooting/removing-device-from-homey.md index 1e63a5dc59..dde8f77273 100755 --- a/docs/homey/products/general/troubleshooting/removing-device-from-homey.md +++ b/docs/homey/products/general/troubleshooting/removing-device-from-homey.md @@ -1,3 +1,6 @@ +--- +description: "Remove an Apollo device from Homey through the app or the dashboard." +--- # Removing Devices from Homey 1\. Open your Homey app or desktop browser and navigate to the Homey Dashboard. diff --git a/docs/homey/products/general/troubleshooting/ubiquiti-unifi-mdns-auto-discover-issue.md b/docs/homey/products/general/troubleshooting/ubiquiti-unifi-mdns-auto-discover-issue.md index 70df60b0d8..c3970305b9 100755 --- a/docs/homey/products/general/troubleshooting/ubiquiti-unifi-mdns-auto-discover-issue.md +++ b/docs/homey/products/general/troubleshooting/ubiquiti-unifi-mdns-auto-discover-issue.md @@ -1 +1,4 @@ +--- +description: "Tutorial to help fix the Ubiquiti Unifi mDNS Auto Discover Issue." +--- --8<-- "products/general/troubleshooting/ubiquiti-unifi-mdns-auto-discover-issue.md:5:" \ No newline at end of file diff --git a/docs/homey/products/led1/addons/adding-microphone-to-led-1.md b/docs/homey/products/led1/addons/adding-microphone-to-led-1.md index c4f9139520..2b6aac566a 100644 --- a/docs/homey/products/led1/addons/adding-microphone-to-led-1.md +++ b/docs/homey/products/led1/addons/adding-microphone-to-led-1.md @@ -1 +1,4 @@ +--- +description: "Step by Step directions for adding a microphone to your LED-1" +--- --8<-- "products/led1/addons/adding-microphone-to-led-1.md:5:" diff --git a/docs/homey/products/led1/examples/led-1-controlling-govee-lights.md b/docs/homey/products/led1/examples/led-1-controlling-govee-lights.md index 4328c1f0cd..6c69032cc8 100644 --- a/docs/homey/products/led1/examples/led-1-controlling-govee-lights.md +++ b/docs/homey/products/led1/examples/led-1-controlling-govee-lights.md @@ -1 +1,4 @@ +--- +description: ">-" +--- --8<-- "products/led1/examples/led-1-controlling-govee-lights.md:7:" diff --git a/docs/homey/products/led1/faq.md b/docs/homey/products/led1/faq.md index 5a2c682f89..3959c9c6d5 100644 --- a/docs/homey/products/led1/faq.md +++ b/docs/homey/products/led1/faq.md @@ -1 +1,4 @@ +--- +description: "Frequently asked questions about the LED-1 controller." +--- --8<-- "products/led1/faq.md:5:" diff --git a/docs/homey/products/led1/introduction.md b/docs/homey/products/led1/introduction.md index cc42c58667..7937e204e7 100644 --- a/docs/homey/products/led1/introduction.md +++ b/docs/homey/products/led1/introduction.md @@ -1 +1,4 @@ +--- +description: "Documentation for LED-1, including setup, usage, and best practices." +--- --8<-- "products/led1/introduction.md:5:" diff --git a/docs/homey/products/led1/led1-reviews.md b/docs/homey/products/led1/led1-reviews.md index 6ddea91d99..1d49defbf6 100644 --- a/docs/homey/products/led1/led1-reviews.md +++ b/docs/homey/products/led1/led1-reviews.md @@ -1 +1,4 @@ +--- +description: "Youtuber reviews and feedback about the LED-1 sensor from Apollo Automation." +--- --8<-- "products/led1/led1-reviews.md:5:" diff --git a/docs/homey/products/led1/setup/getting-started-led1.md b/docs/homey/products/led1/setup/getting-started-led1.md index a0ff1f42f4..2b852ba535 100644 --- a/docs/homey/products/led1/setup/getting-started-led1.md +++ b/docs/homey/products/led1/setup/getting-started-led1.md @@ -1 +1,4 @@ +--- +description: "Getting started with your new LED-1!" +--- --8<-- "products/led1/setup/getting-started-led1.md:5:" diff --git a/docs/homey/products/led1/setup/led1-general-tips.md b/docs/homey/products/led1/setup/led1-general-tips.md index 717e6c8e0c..348a15815b 100644 --- a/docs/homey/products/led1/setup/led1-general-tips.md +++ b/docs/homey/products/led1/setup/led1-general-tips.md @@ -1 +1,4 @@ +--- +description: "Multiple helpful tips to use your LED-1 to the fullest!" +--- --8<-- "products/led1/setup/led1-general-tips.md:5:" diff --git a/docs/homey/products/led1/setup/led1-pinout-guide.md b/docs/homey/products/led1/setup/led1-pinout-guide.md index 59d5a0f641..1d837de801 100644 --- a/docs/homey/products/led1/setup/led1-pinout-guide.md +++ b/docs/homey/products/led1/setup/led1-pinout-guide.md @@ -1 +1,4 @@ +--- +description: "LED-1 Pinout Guide" +--- --8<-- "products/led1/setup/led1-pinout-guide.md:5:" diff --git a/docs/homey/products/led1/setup/led1-replace-fuse.md b/docs/homey/products/led1/setup/led1-replace-fuse.md index 0cf2f9be8c..55454161e4 100644 --- a/docs/homey/products/led1/setup/led1-replace-fuse.md +++ b/docs/homey/products/led1/setup/led1-replace-fuse.md @@ -1 +1,4 @@ +--- +description: "Tutorial showing how to replace the 10 A Fuse on the LED-1." +--- --8<-- "products/led1/setup/led1-replace-fuse.md:5:" diff --git a/docs/homey/products/led1/troubleshooting/led1-boot-mode.md b/docs/homey/products/led1/troubleshooting/led1-boot-mode.md index 3180e7e182..a3fdedc1af 100644 --- a/docs/homey/products/led1/troubleshooting/led1-boot-mode.md +++ b/docs/homey/products/led1/troubleshooting/led1-boot-mode.md @@ -1 +1,4 @@ +--- +description: "Step by step guide for putting The LED-1 In Boot Mode." +--- --8<-- "products/led1/troubleshooting/led1-boot-mode.md:5:" diff --git a/docs/homey/products/led1/troubleshooting/led1-find-ip-address-and-hostname.md b/docs/homey/products/led1/troubleshooting/led1-find-ip-address-and-hostname.md index 21e791e4ff..1298a8a470 100644 --- a/docs/homey/products/led1/troubleshooting/led1-find-ip-address-and-hostname.md +++ b/docs/homey/products/led1/troubleshooting/led1-find-ip-address-and-hostname.md @@ -1 +1,4 @@ +--- +description: "Step by step guide for finding the IP address and the hostname of your LED-1 device." +--- --8<-- "products/led1/troubleshooting/led1-find-ip-address-and-hostname.md:5:" diff --git a/docs/homey/products/led1/troubleshooting/led1-reflash.md b/docs/homey/products/led1/troubleshooting/led1-reflash.md index e983e896d0..93bb754ba8 100644 --- a/docs/homey/products/led1/troubleshooting/led1-reflash.md +++ b/docs/homey/products/led1/troubleshooting/led1-reflash.md @@ -1 +1,4 @@ +--- +description: "Step by step guide for re-flashing the LED-1 back to factory firmware." +--- --8<-- "products/led1/troubleshooting/led1-reflash.md:5:" diff --git a/docs/homey/products/m1/addons/adding-microphone-to-m-1.md b/docs/homey/products/m1/addons/adding-microphone-to-m-1.md index 2e20f9a935..897ade6658 100644 --- a/docs/homey/products/m1/addons/adding-microphone-to-m-1.md +++ b/docs/homey/products/m1/addons/adding-microphone-to-m-1.md @@ -1 +1,4 @@ +--- +description: "Step by Step directions for adding a microphone to your M-1 LED Matrix" +--- --8<-- "products/m1/addons/adding-microphone-to-m-1.md:5:" diff --git a/docs/homey/products/m1/addons/wizmote-remote.md b/docs/homey/products/m1/addons/wizmote-remote.md index e193228224..15f7643c40 100644 --- a/docs/homey/products/m1/addons/wizmote-remote.md +++ b/docs/homey/products/m1/addons/wizmote-remote.md @@ -1 +1,4 @@ +--- +description: "Pair a WizMote remote to your M-1 over ESP-NOW for physical control without Home Assistant." +--- --8<-- "products/m1/addons/wizmote-remote.md:5:" diff --git a/docs/homey/products/m1/choose-your-firmware.md b/docs/homey/products/m1/choose-your-firmware.md index ed16e2e16d..db7ba0aa0c 100644 --- a/docs/homey/products/m1/choose-your-firmware.md +++ b/docs/homey/products/m1/choose-your-firmware.md @@ -1 +1,4 @@ +--- +description: "Find out which firmware your M-1 runs and what each one gives you." +--- --8<-- "products/m1/choose-your-firmware.md:5:" diff --git a/docs/homey/products/m1/examples/add-gifs-to-wled.md b/docs/homey/products/m1/examples/add-gifs-to-wled.md index 696dc129f6..fa760cfd14 100644 --- a/docs/homey/products/m1/examples/add-gifs-to-wled.md +++ b/docs/homey/products/m1/examples/add-gifs-to-wled.md @@ -1 +1,4 @@ +--- +description: ">-" +--- --8<-- "products/m1/examples/add-gifs-to-wled.md:7:" diff --git a/docs/homey/products/m1/examples/pixel-forge.md b/docs/homey/products/m1/examples/pixel-forge.md index 8b73fcbf1a..b52d9e63b7 100644 --- a/docs/homey/products/m1/examples/pixel-forge.md +++ b/docs/homey/products/m1/examples/pixel-forge.md @@ -1 +1,4 @@ +--- +description: "Convert images and build scrolling text directly on your M-1 using WLED's built-in Pixel Forge tool." +--- --8<-- "products/m1/examples/pixel-forge.md:5:" diff --git a/docs/homey/products/m1/examples/qr-code-generator.md b/docs/homey/products/m1/examples/qr-code-generator.md index c1d38d0468..6e317ffaa0 100644 --- a/docs/homey/products/m1/examples/qr-code-generator.md +++ b/docs/homey/products/m1/examples/qr-code-generator.md @@ -1 +1,4 @@ +--- +description: "Step by step guide to setting up your own QR code for Wi-Fi, link to a website, etc." +--- --8<-- "products/m1/examples/qr-code-generator.md:5:" diff --git a/docs/homey/products/m1/examples/scrolling-text.md b/docs/homey/products/m1/examples/scrolling-text.md index 0b87c2d583..fdd064ea94 100644 --- a/docs/homey/products/m1/examples/scrolling-text.md +++ b/docs/homey/products/m1/examples/scrolling-text.md @@ -1 +1,4 @@ +--- +description: "Step by step guide to adding a WLED Preset for custom scrolling text on the M-1 LED Matrix!" +--- --8<-- "products/m1/examples/scrolling-text.md:5:" diff --git a/docs/homey/products/m1/examples/share-data-from-home-assistant.md b/docs/homey/products/m1/examples/share-data-from-home-assistant.md index 24d7e4e761..ac67077c4d 100644 --- a/docs/homey/products/m1/examples/share-data-from-home-assistant.md +++ b/docs/homey/products/m1/examples/share-data-from-home-assistant.md @@ -1 +1,4 @@ +--- +description: ">-" +--- --8<-- "products/m1/examples/share-data-from-home-assistant.md:9:" diff --git a/docs/homey/products/m1/faq.md b/docs/homey/products/m1/faq.md index c98c026082..3cfc58381e 100644 --- a/docs/homey/products/m1/faq.md +++ b/docs/homey/products/m1/faq.md @@ -1 +1,4 @@ +--- +description: "Frequently asked questions about the M-1 controller." +--- --8<-- "products/m1/faq.md:5:" diff --git a/docs/homey/products/m1/introduction.md b/docs/homey/products/m1/introduction.md index 074c64d4fe..e5edb5fe49 100644 --- a/docs/homey/products/m1/introduction.md +++ b/docs/homey/products/m1/introduction.md @@ -1 +1,4 @@ +--- +description: "Documentation for M-1, including setup, usage, and best practices." +--- --8<-- "products/m1/introduction.md:5:" diff --git a/docs/homey/products/m1/m1-reviews.md b/docs/homey/products/m1/m1-reviews.md index 74bcaf1ca6..88e48f89f1 100644 --- a/docs/homey/products/m1/m1-reviews.md +++ b/docs/homey/products/m1/m1-reviews.md @@ -1 +1,4 @@ +--- +description: "YouTube reviews and feedback about the M-1 LED Matrix from Apollo Automation." +--- --8<-- "products/m1/m1-reviews.md:5:" diff --git a/docs/homey/products/m1/setup/getting-started-m1.md b/docs/homey/products/m1/setup/getting-started-m1.md index 1aa0d606f7..7a76cc58f8 100644 --- a/docs/homey/products/m1/setup/getting-started-m1.md +++ b/docs/homey/products/m1/setup/getting-started-m1.md @@ -1 +1,4 @@ +--- +description: "Getting started with your new M-1 LED Matrix on WLED or WLED-MM." +--- --8<-- "products/m1/setup/getting-started-m1.md:5:" diff --git a/docs/homey/products/m1/setup/m1-general-tips.md b/docs/homey/products/m1/setup/m1-general-tips.md index f6a86adfb1..e222ec3a31 100644 --- a/docs/homey/products/m1/setup/m1-general-tips.md +++ b/docs/homey/products/m1/setup/m1-general-tips.md @@ -1 +1,4 @@ +--- +description: "Multiple helpful tips to use your M-1 LED Matrix to the fullest!" +--- --8<-- "products/m1/setup/m1-general-tips.md:5:" diff --git a/docs/homey/products/m1/setup/m1-matrix-settings.md b/docs/homey/products/m1/setup/m1-matrix-settings.md index 868328c252..a89318fbed 100644 --- a/docs/homey/products/m1/setup/m1-matrix-settings.md +++ b/docs/homey/products/m1/setup/m1-matrix-settings.md @@ -1 +1,4 @@ +--- +description: ">-" +--- --8<-- "products/m1/setup/m1-matrix-settings.md:7:" diff --git a/docs/homey/products/m1/setup/m1-multiple-panels.md b/docs/homey/products/m1/setup/m1-multiple-panels.md index d7430671b8..ed5555c446 100644 --- a/docs/homey/products/m1/setup/m1-multiple-panels.md +++ b/docs/homey/products/m1/setup/m1-multiple-panels.md @@ -1 +1,4 @@ +--- +description: "Tutorial for wiring and configuring multiple panels with your M-1 LED Matrix." +--- --8<-- "products/m1/setup/m1-multiple-panels.md:5:" diff --git a/docs/homey/products/m1/setup/m1-segments.md b/docs/homey/products/m1/setup/m1-segments.md index d051cf869d..88f2e2b0d9 100644 --- a/docs/homey/products/m1/setup/m1-segments.md +++ b/docs/homey/products/m1/setup/m1-segments.md @@ -1 +1,4 @@ +--- +description: ">-" +--- --8<-- "products/m1/setup/m1-segments.md:7:" diff --git a/docs/homey/products/m1/setup/upgrade-to-wled.md b/docs/homey/products/m1/setup/upgrade-to-wled.md index 91c69f057f..f92585b2b2 100644 --- a/docs/homey/products/m1/setup/upgrade-to-wled.md +++ b/docs/homey/products/m1/setup/upgrade-to-wled.md @@ -1 +1,4 @@ +--- +description: "Move an M-1 from WLED-MM 14.5.1 to WLED 16.0.1 over the air, keeping your settings." +--- --8<-- "products/m1/setup/upgrade-to-wled.md:5:" diff --git a/docs/homey/products/m1/setup/use-without-wifi.md b/docs/homey/products/m1/setup/use-without-wifi.md index 6ec27604be..6a775061ed 100644 --- a/docs/homey/products/m1/setup/use-without-wifi.md +++ b/docs/homey/products/m1/setup/use-without-wifi.md @@ -1 +1,4 @@ +--- +description: "Run and control the M-1 with no network at all, using its own hotspot." +--- --8<-- "products/m1/setup/use-without-wifi.md:5:" diff --git a/docs/homey/products/m1/troubleshooting/m1-boot-mode.md b/docs/homey/products/m1/troubleshooting/m1-boot-mode.md index 75d80ea421..d3b6faaebf 100644 --- a/docs/homey/products/m1/troubleshooting/m1-boot-mode.md +++ b/docs/homey/products/m1/troubleshooting/m1-boot-mode.md @@ -1 +1,4 @@ +--- +description: "Step by step guide for putting The M-1 In Boot Mode." +--- --8<-- "products/m1/troubleshooting/m1-boot-mode.md:5:" diff --git a/docs/homey/products/m1/troubleshooting/m1-find-ip-address-and-hostname.md b/docs/homey/products/m1/troubleshooting/m1-find-ip-address-and-hostname.md index c2b4cc7412..7c710efafa 100644 --- a/docs/homey/products/m1/troubleshooting/m1-find-ip-address-and-hostname.md +++ b/docs/homey/products/m1/troubleshooting/m1-find-ip-address-and-hostname.md @@ -1 +1,4 @@ +--- +description: ">-" +--- --8<-- "products/m1/troubleshooting/m1-find-ip-address-and-hostname.md:7:" diff --git a/docs/homey/products/m1/troubleshooting/m1-panel-faults.md b/docs/homey/products/m1/troubleshooting/m1-panel-faults.md index c439439d78..1151c24d4c 100644 --- a/docs/homey/products/m1/troubleshooting/m1-panel-faults.md +++ b/docs/homey/products/m1/troubleshooting/m1-panel-faults.md @@ -1 +1,4 @@ +--- +description: "Match what your M-1 panel is showing to the likely cause and the fix." +--- --8<-- "products/m1/troubleshooting/m1-panel-faults.md:5:" diff --git a/docs/homey/products/m1/troubleshooting/m1-reflash.md b/docs/homey/products/m1/troubleshooting/m1-reflash.md index e4c8cfdb29..0c75af5988 100644 --- a/docs/homey/products/m1/troubleshooting/m1-reflash.md +++ b/docs/homey/products/m1/troubleshooting/m1-reflash.md @@ -1 +1,4 @@ +--- +description: "Step by step guide for re-flashing the M-1 back to factory firmware." +--- --8<-- "products/m1/troubleshooting/m1-reflash.md:5:" diff --git a/docs/homey/products/msr2/addons/adding-90-degree-usb-c-to-msr-2.md b/docs/homey/products/msr2/addons/adding-90-degree-usb-c-to-msr-2.md index 64beb2e65a..ee14383f41 100755 --- a/docs/homey/products/msr2/addons/adding-90-degree-usb-c-to-msr-2.md +++ b/docs/homey/products/msr2/addons/adding-90-degree-usb-c-to-msr-2.md @@ -1 +1,4 @@ +--- +description: "Step by step tutorial for adding 90 degree USB-C to MSR-2" +--- --8<-- "products/msr2/addons/adding-90-degree-usb-c-to-msr-2.md:5:" diff --git a/docs/homey/products/msr2/addons/adding-co2-to-msr-2.md b/docs/homey/products/msr2/addons/adding-co2-to-msr-2.md index d17a58d9bd..20447c9a0e 100755 --- a/docs/homey/products/msr2/addons/adding-co2-to-msr-2.md +++ b/docs/homey/products/msr2/addons/adding-co2-to-msr-2.md @@ -1,3 +1,6 @@ +--- +description: "Tutorial on adding the SCD40 CO2 sensor to your MSR-2." +--- # Adding CO2 To MSR-2 1\. Unplug your MSR-2 from power and remove the back diff --git a/docs/homey/products/msr2/addons/adding-gpio-header-to-msr-2.md b/docs/homey/products/msr2/addons/adding-gpio-header-to-msr-2.md index e0d17ea039..596545ac24 100755 --- a/docs/homey/products/msr2/addons/adding-gpio-header-to-msr-2.md +++ b/docs/homey/products/msr2/addons/adding-gpio-header-to-msr-2.md @@ -1,3 +1,6 @@ +--- +description: "Tutorial on adding the GPIO Header to your MSR-2." +--- # Adding GPIO Header To MSR-2 1\. Unplug your MSR-2 from power and remove the back. diff --git a/docs/homey/products/msr2/addons/adding-rear-female-usb-to-msr-2.md b/docs/homey/products/msr2/addons/adding-rear-female-usb-to-msr-2.md index f6179cbf14..702acaf6fe 100755 --- a/docs/homey/products/msr2/addons/adding-rear-female-usb-to-msr-2.md +++ b/docs/homey/products/msr2/addons/adding-rear-female-usb-to-msr-2.md @@ -1,3 +1,6 @@ +--- +description: "Tutorial on adding the rear female usb-c port to your MSR-2." +--- # Adding Rear Female USB-C To MSR-2 1\. Unplug your MSR-2 from power and remove the back diff --git a/docs/homey/products/msr2/examples/gpio-header-control-an-led-strip.md b/docs/homey/products/msr2/examples/gpio-header-control-an-led-strip.md index 99725b1fb1..becdf0d1b7 100755 --- a/docs/homey/products/msr2/examples/gpio-header-control-an-led-strip.md +++ b/docs/homey/products/msr2/examples/gpio-header-control-an-led-strip.md @@ -1 +1,4 @@ +--- +description: "Wire a WS2812B LED strip to the Apollo GPIO Header and control it from Home Assistant." +--- --8<-- "products/msr2/examples/gpio-header-control-an-led-strip.md:5:" diff --git a/docs/homey/products/msr2/examples/msr2-alarmo.md b/docs/homey/products/msr2/examples/msr2-alarmo.md index 296b8b66c1..832c0e9641 100755 --- a/docs/homey/products/msr2/examples/msr2-alarmo.md +++ b/docs/homey/products/msr2/examples/msr2-alarmo.md @@ -1,3 +1,6 @@ +--- +description: "A tutorial for how To use the MSR-2 with Alarmo for an advanced DIY alarm system." +--- # MSR-2 + Alarmo Home Security Install My grandmother wanted a security system that would alert her when there was movement in her home after she had gone to bed. So, I set up three of our Apollo Automation mmWave sensors. These devices, plus the Alarmo add-on, quickly and easily allowed me to install a fully local, private, cloud-free, and no monthly subscription security system. She can arm/disarm it with one button on her Home Assistant dashboard, and it makes her feel much safer. This guide assumes you already have a motion/presence sensor installed on HA. diff --git a/docs/homey/products/msr2/examples/msr2-dashboards.md b/docs/homey/products/msr2/examples/msr2-dashboards.md index db46bb50b4..c3c249db34 100755 --- a/docs/homey/products/msr2/examples/msr2-dashboards.md +++ b/docs/homey/products/msr2/examples/msr2-dashboards.md @@ -1,3 +1,6 @@ +--- +description: "Example dashboard cards for the MSR-2, including an ApexCharts scatter plot of radar distance you can copy and paste." +--- # MSR-2 Home Assistant Dashboard Examples **Radar Scatter Plot With Apex Charts For **[**MSR-2**](https://apolloautomation.com/products/msr-2) diff --git a/docs/homey/products/msr2/examples/using-msr-2-buzzer.md b/docs/homey/products/msr2/examples/using-msr-2-buzzer.md index d505192d9c..bb7547b4ba 100755 --- a/docs/homey/products/msr2/examples/using-msr-2-buzzer.md +++ b/docs/homey/products/msr2/examples/using-msr-2-buzzer.md @@ -1,3 +1,6 @@ +--- +description: "Trigger the MSR-2 buzzer from developer tools, then reuse the same call in an automation." +--- # Using MSR-2 Buzzer This guide will walk you through using the buzzer on your MSR-2. You can also use the "action" in an automation in Home Assistant. diff --git a/docs/homey/products/msr2/faq.md b/docs/homey/products/msr2/faq.md index 54a94a2103..c0bca19eaf 100755 --- a/docs/homey/products/msr2/faq.md +++ b/docs/homey/products/msr2/faq.md @@ -1,3 +1,6 @@ +--- +description: "Frequently asked questions about the MSR-2 mmWave sensor." +--- 1\. **What sensors are included in the MSR-2?** * The MSR-2 includes several built-in sensors such as an mmWave radar for motion detection, a LUX and UV sensor, a temperature and pressure sensor, and an optional CO2 sensor. diff --git a/docs/homey/products/msr2/introduction.md b/docs/homey/products/msr2/introduction.md index f4cba5ba74..4cb78c5722 100755 --- a/docs/homey/products/msr2/introduction.md +++ b/docs/homey/products/msr2/introduction.md @@ -1 +1,4 @@ +--- +description: "Documentation for MSR-2, including setup, usage, and best practices." +--- --8<-- "products/msr2/introduction.md:5:" \ No newline at end of file diff --git a/docs/homey/products/msr2/msr-2-reviews/home-tech-innovations-msr-2-review.md b/docs/homey/products/msr2/msr-2-reviews/home-tech-innovations-msr-2-review.md index 8fe0668dad..3f5e22c202 100755 --- a/docs/homey/products/msr2/msr-2-reviews/home-tech-innovations-msr-2-review.md +++ b/docs/homey/products/msr2/msr-2-reviews/home-tech-innovations-msr-2-review.md @@ -1,3 +1,6 @@ +--- +description: "Home Tech Innovations sets up the Apollo MSR-2 in three steps." +--- # Home Tech Innovations MSR-2 Review > #### Setup MSR-2 in 3 EASY Steps! diff --git a/docs/homey/products/msr2/msr-2-reviews/michael-leen-msr-2-review.md b/docs/homey/products/msr2/msr-2-reviews/michael-leen-msr-2-review.md index e900bb2db6..9cd4674848 100755 --- a/docs/homey/products/msr2/msr-2-reviews/michael-leen-msr-2-review.md +++ b/docs/homey/products/msr2/msr-2-reviews/michael-leen-msr-2-review.md @@ -1,3 +1,6 @@ +--- +description: "Michael Leen reviews the Apollo MSR-2 mmWave multisensor." +--- # Michael Leen MSR-2 Review > #### Don’t Be Fooled By Its Size: Apollo MSR-2 mmWave Multisensor diff --git a/docs/homey/products/msr2/msr-2-reviews/mostlychris-msr-2-review.md b/docs/homey/products/msr2/msr-2-reviews/mostlychris-msr-2-review.md index 0f8f1db945..e8445e19d7 100755 --- a/docs/homey/products/msr2/msr-2-reviews/mostlychris-msr-2-review.md +++ b/docs/homey/products/msr2/msr-2-reviews/mostlychris-msr-2-review.md @@ -1,3 +1,6 @@ +--- +description: "MostlyChris reviews the Apollo MSR-2 presence sensor." +--- # MostlyChris MSR-2 Review > #### Even SMALLER Presence Sensor for Home Assistant! diff --git a/docs/homey/products/msr2/msr-2-reviews/simon-says-home-assistant-msr-2-review.md b/docs/homey/products/msr2/msr-2-reviews/simon-says-home-assistant-msr-2-review.md index 1404c004fb..6c58a76ee7 100755 --- a/docs/homey/products/msr2/msr-2-reviews/simon-says-home-assistant-msr-2-review.md +++ b/docs/homey/products/msr2/msr-2-reviews/simon-says-home-assistant-msr-2-review.md @@ -1,3 +1,6 @@ +--- +description: "Simon Says Home Assistant reviews the Apollo MSR-2." +--- # Simon Says Home Assistant MSR-2 Review > #### The Apollo MSR2 Presence Sensor is now even smaller! diff --git a/docs/homey/products/msr2/msr-2-reviews/smart-home-australia-msr-2-review.md b/docs/homey/products/msr2/msr-2-reviews/smart-home-australia-msr-2-review.md index c9acc41590..4e098a6d4b 100755 --- a/docs/homey/products/msr2/msr-2-reviews/smart-home-australia-msr-2-review.md +++ b/docs/homey/products/msr2/msr-2-reviews/smart-home-australia-msr-2-review.md @@ -1,3 +1,6 @@ +--- +description: "Smart Home Australia reviews the Apollo MSR-2 radar motion sensor." +--- # Smart Home Australia MSR-2 Review > #### Apollo MSR2 Radar Motion Sensor - Small just got tiny !! diff --git a/docs/homey/products/msr2/msr-2-reviews/smart-home-scene-msr-2-review.md b/docs/homey/products/msr2/msr-2-reviews/smart-home-scene-msr-2-review.md index bd4063cdcb..15f6f465cb 100755 --- a/docs/homey/products/msr2/msr-2-reviews/smart-home-scene-msr-2-review.md +++ b/docs/homey/products/msr2/msr-2-reviews/smart-home-scene-msr-2-review.md @@ -1,3 +1,6 @@ +--- +description: "The Smart Home Scene written review of the Apollo MSR-2." +--- # Smart Home Scene MSR-2 Review > #### [Apollo MSR-2 Review: The Smallest Presence Sensor Ever Made](https://smarthomescene.com/reviews/apollo-msr-2-review-the-smallest-presence-sensor-ever-made/) \ No newline at end of file diff --git a/docs/homey/products/msr2/msr2-reviews.md b/docs/homey/products/msr2/msr2-reviews.md index b699b18b9b..484ee0b59d 100755 --- a/docs/homey/products/msr2/msr2-reviews.md +++ b/docs/homey/products/msr2/msr2-reviews.md @@ -1,3 +1,6 @@ +--- +description: "Youtuber reviews and feedback about the MSR-2 sensor from Apollo Automation." +--- # [Simon Says Home Assistant MSR-2 Review](https://www.youtube.com/watch?v=U4qUhFSAxbk) # [Smart Home Scene MSR-2 Review](https://smarthomescene.com/reviews/apollo-msr-2-review-the-smallest-presence-sensor-ever-made/) diff --git a/docs/homey/products/msr2/setup/co2-calibration-for-msr-2.md b/docs/homey/products/msr2/setup/co2-calibration-for-msr-2.md index 75300d6c2e..752c7ce470 100755 --- a/docs/homey/products/msr2/setup/co2-calibration-for-msr-2.md +++ b/docs/homey/products/msr2/setup/co2-calibration-for-msr-2.md @@ -1,3 +1,6 @@ +--- +description: "CO2 calibration for the MSR-2, covered by the general calibration guide." +--- # CO2 Calibration For MSR-2 ##### Please refer to the [General CO2 Calibration](https://wiki.apolloautomation.com/products/general/calibrating-and-updating/co2-calibration/) article \ No newline at end of file diff --git a/docs/homey/products/msr2/setup/how-to-change-the-update-frequency-of-sensors.md b/docs/homey/products/msr2/setup/how-to-change-the-update-frequency-of-sensors.md index fa808d9e24..388babcd44 100755 --- a/docs/homey/products/msr2/setup/how-to-change-the-update-frequency-of-sensors.md +++ b/docs/homey/products/msr2/setup/how-to-change-the-update-frequency-of-sensors.md @@ -1,3 +1,6 @@ +--- +description: "Changing how often the MSR-2 sensors report readings, covered by the general guide." +--- # How To Change The Update Frequency Of Sensors #### [How To Change The Update Frequency Of Sensors](https://wiki.apolloautomation.com/products/general/setup/change-the-update-frequency-of-sensors/) \ No newline at end of file diff --git a/docs/homey/products/msr2/setup/mmwave-videos.md b/docs/homey/products/msr2/setup/mmwave-videos.md index b980b473cf..3945ce2d59 100644 --- a/docs/homey/products/msr2/setup/mmwave-videos.md +++ b/docs/homey/products/msr2/setup/mmwave-videos.md @@ -1 +1,4 @@ +--- +description: "Two short videos and a quick sumamry on how to best tune the LD2410B in the MSR-2!" +--- --8<-- "homey/products/general/calibrating-and-updating/mmwave-videos.md" diff --git a/docs/homey/products/msr2/setup/msr2-general-tips.md b/docs/homey/products/msr2/setup/msr2-general-tips.md index d87b522cb9..e52dd60156 100755 --- a/docs/homey/products/msr2/setup/msr2-general-tips.md +++ b/docs/homey/products/msr2/setup/msr2-general-tips.md @@ -1,3 +1,6 @@ +--- +description: "Multiple helpful images for mounting, lux/rgb, and gate and zone visualization." +--- # General Tips ##### **Light Sensor (LTR-390UV)** diff --git a/docs/homey/products/msr2/setup/msr2-sensor-definitions.md b/docs/homey/products/msr2/setup/msr2-sensor-definitions.md index f119e01fbe..8776754714 100755 --- a/docs/homey/products/msr2/setup/msr2-sensor-definitions.md +++ b/docs/homey/products/msr2/setup/msr2-sensor-definitions.md @@ -1 +1,4 @@ +--- +description: "These are all of the entities exposed by the MSR-2 to automate on!" +--- --8<-- "products/msr2/setup/msr2-sensor-definitions.md:5:" diff --git a/docs/homey/products/msr2/setup/updating-msr-2-firmware.md b/docs/homey/products/msr2/setup/updating-msr-2-firmware.md index 4ed59dacc5..6369a50dbc 100755 --- a/docs/homey/products/msr2/setup/updating-msr-2-firmware.md +++ b/docs/homey/products/msr2/setup/updating-msr-2-firmware.md @@ -1,3 +1,6 @@ +--- +description: "Updating MSR-2 firmware, covered by the general firmware update guide." +--- # Updating MSR-2 Firmware ##### Please refer to the [general firmware update](https://wiki.apolloautomation.com/products/general/calibrating-and-updating/updating-firmware/ "Updating Firmware") article \ No newline at end of file diff --git a/docs/homey/products/msr2/setup/zones-ha.md b/docs/homey/products/msr2/setup/zones-ha.md index d239b7d137..c517827a42 100755 --- a/docs/homey/products/msr2/setup/zones-ha.md +++ b/docs/homey/products/msr2/setup/zones-ha.md @@ -1,3 +1,6 @@ +--- +description: "Tune the MSR-2 mmWave radar using Radar Engineering Mode to find which gates cause false triggers and raise their thresholds." +--- # How To Tune mmWave Using Home Assistant If you're experiencing false triggers, we recommend using Radar Engineering Mode (REM) to monitor the gate energy and adjust the gate threshold to eliminate them. diff --git a/docs/homey/products/msr2/setup/zones-hlk.md b/docs/homey/products/msr2/setup/zones-hlk.md index ab96b87865..dacdddb108 100755 --- a/docs/homey/products/msr2/setup/zones-hlk.md +++ b/docs/homey/products/msr2/setup/zones-hlk.md @@ -1,3 +1,6 @@ +--- +description: "Tutorial for MSR-2 HLKRadarTool app Zone Configuration." +--- # How To Tune mmWave Using HLKRadarTool **Auto-Calibration (Average, Maximum, and Intelligent)** diff --git a/docs/homey/products/msr2/troubleshooting/msr2-boot-mode.md b/docs/homey/products/msr2/troubleshooting/msr2-boot-mode.md index 432122037e..6db0389267 100755 --- a/docs/homey/products/msr2/troubleshooting/msr2-boot-mode.md +++ b/docs/homey/products/msr2/troubleshooting/msr2-boot-mode.md @@ -1,3 +1,6 @@ +--- +description: "Step by step guide for putting The MSR-2 In Boot Mode." +--- # Putting The MSR-2 In Boot Mode !!! info "This will cover how to put the MSR-2 into boot mode." diff --git a/docs/homey/products/msr2/troubleshooting/msr2-code.md b/docs/homey/products/msr2/troubleshooting/msr2-code.md index c3d9cc9148..5510cce6b2 100755 --- a/docs/homey/products/msr2/troubleshooting/msr2-code.md +++ b/docs/homey/products/msr2/troubleshooting/msr2-code.md @@ -1,3 +1,6 @@ +--- +description: "Step by step guide for re-flashing the MSR-2 back to factory firmware." +--- # Factory Re-Flash MSR-2 !!! info "If your device becomes unresponsive and you've exhausted the other troubleshooting methods you can reflash the factory firmware by following the steps below." diff --git a/docs/homey/products/msr2/troubleshooting/msr2-reset-wi-fi-credentials.md b/docs/homey/products/msr2/troubleshooting/msr2-reset-wi-fi-credentials.md index eb9301dfe1..5769efc42b 100755 --- a/docs/homey/products/msr2/troubleshooting/msr2-reset-wi-fi-credentials.md +++ b/docs/homey/products/msr2/troubleshooting/msr2-reset-wi-fi-credentials.md @@ -1,3 +1,6 @@ +--- +description: "Step by step guide for resetting the Wi-Fi Credentials on your MSR-2." +--- # Reset Wi-Fi Credentials on your MSR-2 1\. Plug the device into power. diff --git a/docs/homey/products/msr2/troubleshooting/msr2-teardown.md b/docs/homey/products/msr2/troubleshooting/msr2-teardown.md index 7372f5ff54..c193571212 100755 --- a/docs/homey/products/msr2/troubleshooting/msr2-teardown.md +++ b/docs/homey/products/msr2/troubleshooting/msr2-teardown.md @@ -1,3 +1,6 @@ +--- +description: "Step by step guide for tearing down your MSR-2 to replace parts, clean it, swap cases, etc." +--- # Teardown and Reassembly Of MSR-2
\ No newline at end of file diff --git a/docs/homey/products/mtr1/calibrating-co2.md b/docs/homey/products/mtr1/calibrating-co2.md deleted file mode 100755 index 0103c74d50..0000000000 --- a/docs/homey/products/mtr1/calibrating-co2.md +++ /dev/null @@ -1 +0,0 @@ ---8<-- "products/general/calibrating-and-updating/co2-calibration-quick-mobile.md" \ No newline at end of file diff --git a/docs/homey/products/mtr1/examples/crookedtoe-mtr1.md b/docs/homey/products/mtr1/examples/crookedtoe-mtr1.md index 7ba0f76552..bc76aec51f 100755 --- a/docs/homey/products/mtr1/examples/crookedtoe-mtr1.md +++ b/docs/homey/products/mtr1/examples/crookedtoe-mtr1.md @@ -1,3 +1,6 @@ +--- +description: "MTR-1 Corner Mount STL file" +--- # MTR-1 Corner Mount STL by user CrookedToe ## [https://www.printables.com/model/941493-mtr-1-inside-corner-mount](https://www.printables.com/model/941493-mtr-1-inside-corner-mount) \ No newline at end of file diff --git a/docs/homey/products/mtr1/examples/how-to-use-the-apollo-gpio-header-to-control-an-led-strip.md b/docs/homey/products/mtr1/examples/how-to-use-the-apollo-gpio-header-to-control-an-led-strip.md index 99725b1fb1..becdf0d1b7 100755 --- a/docs/homey/products/mtr1/examples/how-to-use-the-apollo-gpio-header-to-control-an-led-strip.md +++ b/docs/homey/products/mtr1/examples/how-to-use-the-apollo-gpio-header-to-control-an-led-strip.md @@ -1 +1,4 @@ +--- +description: "Wire a WS2812B LED strip to the Apollo GPIO Header and control it from Home Assistant." +--- --8<-- "products/msr2/examples/gpio-header-control-an-led-strip.md:5:" diff --git a/docs/homey/products/mtr1/examples/mtr-1-home-assistant-dashboard-examples.md b/docs/homey/products/mtr1/examples/mtr-1-home-assistant-dashboard-examples.md index d5ff2165de..a8b2bff103 100755 --- a/docs/homey/products/mtr1/examples/mtr-1-home-assistant-dashboard-examples.md +++ b/docs/homey/products/mtr1/examples/mtr-1-home-assistant-dashboard-examples.md @@ -1,3 +1,6 @@ +--- +description: "Example dashboard cards for the MTR-1, including an ApexCharts radar scatter plot you can copy and paste." +--- # MTR-1 Home Assistant Dashboard Examples **Radar Scatter Plot With Apex Charts** diff --git a/docs/homey/products/mtr1/examples/mtr1-alarmo.md b/docs/homey/products/mtr1/examples/mtr1-alarmo.md index 1f2810e5aa..a366d7c636 100755 --- a/docs/homey/products/mtr1/examples/mtr1-alarmo.md +++ b/docs/homey/products/mtr1/examples/mtr1-alarmo.md @@ -1,3 +1,6 @@ +--- +description: "MTR-1 Alarmo setup" +--- # MTR-1 + Alarmo Home Security Install My grandmother wanted a security system that would alert her when there was movement in her home after she had gone to bed. So, I set up three of our Apollo Automation mmWave sensors. These devices, plus the Alarmo add-on, quickly and easily allowed me to install a fully local, private, cloud-free, and no monthly subscription security system. She can arm/disarm it with one button on her Home Assistant dashboard, and it makes her feel much safer. This guide assumes you already have a motion/presence sensor installed on HA. diff --git a/docs/homey/products/mtr1/examples/using-mtr-1-buzzer.md b/docs/homey/products/mtr1/examples/using-mtr-1-buzzer.md index a202b62786..a9206e9562 100755 --- a/docs/homey/products/mtr1/examples/using-mtr-1-buzzer.md +++ b/docs/homey/products/mtr1/examples/using-mtr-1-buzzer.md @@ -1,3 +1,6 @@ +--- +description: "Trigger the MTR-1 buzzer from developer tools, then reuse the same call in an automation." +--- # Using MTR-1 Buzzer This guide will walk you through using the buzzer on your MTR-1. You can also use the "action" in an automation in Home Assistant. diff --git a/docs/homey/products/mtr1/faq.md b/docs/homey/products/mtr1/faq.md index 42116e2722..82560cb9b4 100755 --- a/docs/homey/products/mtr1/faq.md +++ b/docs/homey/products/mtr1/faq.md @@ -1,3 +1,6 @@ +--- +description: "Frequently asked questions about the MTR-1 mmWave sensor." +--- 1\. **What sensors are included in the MTR-1?** * The MTR-1 includes a multi-target mmWave radar sensor for detecting motion and positioning, as well as LUX, UV, temperature, and pressure sensors. There’s also an optional CO2 sensor available. diff --git a/docs/homey/products/mtr1/introduction.md b/docs/homey/products/mtr1/introduction.md index aaa956a03a..8a1eebf424 100755 --- a/docs/homey/products/mtr1/introduction.md +++ b/docs/homey/products/mtr1/introduction.md @@ -1 +1,4 @@ +--- +description: "Documentation for MTR-1, including setup, usage, and best practices." +--- --8<-- "products/mtr1/introduction.md:5:" \ No newline at end of file diff --git a/docs/homey/products/mtr1/mtr-1-reviews/home-tech-innovations-mtr-1-review.md b/docs/homey/products/mtr1/mtr-1-reviews/home-tech-innovations-mtr-1-review.md index 2553402c36..50bee3838f 100755 --- a/docs/homey/products/mtr1/mtr-1-reviews/home-tech-innovations-mtr-1-review.md +++ b/docs/homey/products/mtr1/mtr-1-reviews/home-tech-innovations-mtr-1-review.md @@ -1,3 +1,6 @@ +--- +description: "Home Tech Innovations sets up the Apollo MTR-1 in three steps." +--- # Home Tech Innovations MTR-1 Review > #### Setup MTR-1 in 3 EASY Steps! diff --git a/docs/homey/products/mtr1/mtr-1-reviews/michael-leen-mtr-1-review.md b/docs/homey/products/mtr1/mtr-1-reviews/michael-leen-mtr-1-review.md index b98441dd99..c6a057f508 100755 --- a/docs/homey/products/mtr1/mtr-1-reviews/michael-leen-mtr-1-review.md +++ b/docs/homey/products/mtr1/mtr-1-reviews/michael-leen-mtr-1-review.md @@ -1,3 +1,6 @@ +--- +description: "Michael Leen reviews presence detection on the Apollo MTR-1 multi-target radar." +--- # Michael Leen MTR-1 Review ### PRECISE Presence Detection: Apollo MTR-1 Multi-Target Radar diff --git a/docs/homey/products/mtr1/mtr-1-reviews/simon-says-home-assistant-mtr-1-review.md b/docs/homey/products/mtr1/mtr-1-reviews/simon-says-home-assistant-mtr-1-review.md index 75a3f848dc..e3ad4bebf0 100755 --- a/docs/homey/products/mtr1/mtr-1-reviews/simon-says-home-assistant-mtr-1-review.md +++ b/docs/homey/products/mtr1/mtr-1-reviews/simon-says-home-assistant-mtr-1-review.md @@ -1,3 +1,6 @@ +--- +description: "Simon Says Home Assistant reviews the Apollo MTR-1 multi-target radar." +--- # Simon Says Home Assistant MTR-1 Review > #### New Apollo MTR-1 Multi-target Radar For Home Assistant (ld2450) diff --git a/docs/homey/products/mtr1/mtr-1-reviews/smart-home-australia-mtr-1-review.md b/docs/homey/products/mtr1/mtr-1-reviews/smart-home-australia-mtr-1-review.md index 5e1f292993..2bfacd9f79 100755 --- a/docs/homey/products/mtr1/mtr-1-reviews/smart-home-australia-mtr-1-review.md +++ b/docs/homey/products/mtr1/mtr-1-reviews/smart-home-australia-mtr-1-review.md @@ -1,3 +1,6 @@ +--- +description: "Smart Home Australia reviews the Apollo MTR-1, from installation through dashboards." +--- # Smart Home Australia MTR-1 Review > #### NEW Apollo MTR-1: mmWare sensor: Review, Home Assistant installation, dashboard and conclusion diff --git a/docs/homey/products/mtr1/mtr-1-reviews/smart-home-scene-mtr-1-review.md b/docs/homey/products/mtr1/mtr-1-reviews/smart-home-scene-mtr-1-review.md index 1a114e917f..b8befe62a1 100755 --- a/docs/homey/products/mtr1/mtr-1-reviews/smart-home-scene-mtr-1-review.md +++ b/docs/homey/products/mtr1/mtr-1-reviews/smart-home-scene-mtr-1-review.md @@ -1,3 +1,6 @@ +--- +description: "The Smart Home Scene written review of the Apollo MTR-1 multi-target tracking radar." +--- # Smart Home Scene MTR-1 Review > #### Apollo MTR-1: Multi-target Tracking Radar Review diff --git a/docs/homey/products/mtr1/mtr1-reviews.md b/docs/homey/products/mtr1/mtr1-reviews.md index 0ed3eb3f93..18bd5105ed 100755 --- a/docs/homey/products/mtr1/mtr1-reviews.md +++ b/docs/homey/products/mtr1/mtr1-reviews.md @@ -1,3 +1,6 @@ +--- +description: "Youtuber reviews and feedback about the MTR-1 sensor from Apollo Automation." +--- # [Home Tech Innovations MTR-1 Review](https://youtu.be/q5GejbxnByA?si=PMgK4ro6U8Q7idCm) # [Simon Says Home Assistant MTR-1 Review](https://www.youtube.com/watch?v=FFN-vIkDRLk) diff --git a/docs/homey/products/mtr1/setup/co2-calibration-for-mtr-1.md b/docs/homey/products/mtr1/setup/co2-calibration-for-mtr-1.md index 21f8e92d2f..e36922b7f8 100755 --- a/docs/homey/products/mtr1/setup/co2-calibration-for-mtr-1.md +++ b/docs/homey/products/mtr1/setup/co2-calibration-for-mtr-1.md @@ -1,3 +1,6 @@ +--- +description: "CO2 calibration for the MTR-1, covered by the general calibration guide." +--- # CO2 Calibration For MTR-1 ##### Please refer to the [General CO2 Calibration](https://wiki.apolloautomation.com/products/general/calibrating-and-updating/co2-calibration/) article \ No newline at end of file diff --git a/docs/homey/products/mtr1/setup/general-tips.md b/docs/homey/products/mtr1/setup/general-tips.md index 88911dc0b1..3c3aae7ee1 100755 --- a/docs/homey/products/mtr1/setup/general-tips.md +++ b/docs/homey/products/mtr1/setup/general-tips.md @@ -1,3 +1,6 @@ +--- +description: "Multiple helpful images for mounting, lux/rgb, and zone visualization." +--- ##### **MTR-1 PCB with Sensors** diff --git a/docs/homey/products/mtr1/setup/mtr-1-temperature-&-humidity-offsets.md b/docs/homey/products/mtr1/setup/mtr-1-temperature-&-humidity-offsets.md index 99eb08b4e8..b55056f859 100755 --- a/docs/homey/products/mtr1/setup/mtr-1-temperature-&-humidity-offsets.md +++ b/docs/homey/products/mtr1/setup/mtr-1-temperature-&-humidity-offsets.md @@ -1,3 +1,6 @@ +--- +description: "Add temperature and humidity offsets to your MTR-1 so its readings match the room it sits in." +--- # MTR-1 Temperature & Humidity Offsets #### **Simple Offsets for Temperature and Humidity:** diff --git a/docs/homey/products/mtr1/setup/sensor-definitions.md b/docs/homey/products/mtr1/setup/sensor-definitions.md index 33eaee3237..077b174b60 100755 --- a/docs/homey/products/mtr1/setup/sensor-definitions.md +++ b/docs/homey/products/mtr1/setup/sensor-definitions.md @@ -1 +1,4 @@ +--- +description: "These are all of the entities exposed by the MTR-1 to automate on!" +--- --8<-- "products/mtr1/setup/sensor-definitions.md:5:" \ No newline at end of file diff --git a/docs/homey/products/mtr1/setup/updating-mtr-1-firmware.md b/docs/homey/products/mtr1/setup/updating-mtr-1-firmware.md index 5990e5ed1c..5ea0d77366 100755 --- a/docs/homey/products/mtr1/setup/updating-mtr-1-firmware.md +++ b/docs/homey/products/mtr1/setup/updating-mtr-1-firmware.md @@ -1,3 +1,6 @@ +--- +description: "Updating MTR-1 firmware, covered by the general firmware update guide." +--- # Updating MTR-1 Firmware ##### Please refer to the [general firmware update](https://wiki.apolloautomation.com/products/general/calibrating-and-updating/updating-firmware/ "Updating Firmware") article \ No newline at end of file diff --git a/docs/homey/products/mtr1/setup/zones-hlk.md b/docs/homey/products/mtr1/setup/zones-hlk.md index 465b5afb7a..84ce325bb1 100755 --- a/docs/homey/products/mtr1/setup/zones-hlk.md +++ b/docs/homey/products/mtr1/setup/zones-hlk.md @@ -1,3 +1,6 @@ +--- +description: "Tutorial for MTR-1 HLKRadarTool app Zone Configuration." +--- ###### Configure Zones diff --git a/docs/homey/products/mtr1/troubleshooting/mtr1-boot-mode.md b/docs/homey/products/mtr1/troubleshooting/mtr1-boot-mode.md index a5a413dfb7..7c54e9a558 100755 --- a/docs/homey/products/mtr1/troubleshooting/mtr1-boot-mode.md +++ b/docs/homey/products/mtr1/troubleshooting/mtr1-boot-mode.md @@ -1,3 +1,6 @@ +--- +description: "Step by step guide for putting The MTR-1 In Boot Mode." +--- # Putting The MTR-1 In Boot Mode !!! info "This will cover how to put the MTR-1 into boot mode." diff --git a/docs/homey/products/mtr1/troubleshooting/mtr1-code.md b/docs/homey/products/mtr1/troubleshooting/mtr1-code.md index a0a00baffa..bb26b8451b 100755 --- a/docs/homey/products/mtr1/troubleshooting/mtr1-code.md +++ b/docs/homey/products/mtr1/troubleshooting/mtr1-code.md @@ -1,3 +1,6 @@ +--- +description: "Step by step guide for re-flashing the MTR-1 back to factory firmware." +--- # Factory Re-Flash MTR-1 !!! info "If your device becomes unresponsive and you've exhausted the other troubleshooting methods you can reflash the factory firmware by following the steps below." diff --git a/docs/homey/products/mtr1/troubleshooting/mtr1-reset-wi-fi-credentials.md b/docs/homey/products/mtr1/troubleshooting/mtr1-reset-wi-fi-credentials.md index 73fa1ae958..48bcff943d 100755 --- a/docs/homey/products/mtr1/troubleshooting/mtr1-reset-wi-fi-credentials.md +++ b/docs/homey/products/mtr1/troubleshooting/mtr1-reset-wi-fi-credentials.md @@ -1,3 +1,6 @@ +--- +description: "Step by step guide for resetting the Wi-Fi Credentials on your AIR-1." +--- # Reset Wi-Fi Credentials 1\. Plug the device into power diff --git a/docs/homey/products/mtr1/troubleshooting/mtr1-teardown.md b/docs/homey/products/mtr1/troubleshooting/mtr1-teardown.md index 48614f0ac4..ad84dc8be3 100755 --- a/docs/homey/products/mtr1/troubleshooting/mtr1-teardown.md +++ b/docs/homey/products/mtr1/troubleshooting/mtr1-teardown.md @@ -1,3 +1,6 @@ +--- +description: "Step by step guide for tearing down your MTR-1 to replace parts, clean it, swap cases, etc." +--- # Teardown and Reassembly of the MTR-1 diff --git a/docs/homey/products/plt1/calibrate-plt1.md b/docs/homey/products/plt1/calibrate-plt1.md index 81755e864b..f165429c83 100644 --- a/docs/homey/products/plt1/calibrate-plt1.md +++ b/docs/homey/products/plt1/calibrate-plt1.md @@ -1 +1,4 @@ +--- +description: "Step by step guide for calibrating the PLT-1." +--- --8<-- "products/plt1/calibrate-plt1.md:5:" diff --git a/docs/homey/products/plt1/examples/flower-card.md b/docs/homey/products/plt1/examples/flower-card.md index e06e70ff2c..521b2ebc56 100755 --- a/docs/homey/products/plt1/examples/flower-card.md +++ b/docs/homey/products/plt1/examples/flower-card.md @@ -1,3 +1,6 @@ +--- +description: "Show PLT-1 readings with the Flower Card, using the Plant integration and OpenPlantBook." +---  Home Assistant Plant Integration