From 5e7c68d98fad9ac17a776cffe93fdf3b10c0b820 Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Fri, 31 Jul 2026 09:21:00 -0500 Subject: [PATCH] Sort sidebar sections alphabetically MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Order the second-level nav entries alphabetically on both the Home Assistant and Homey tabs. General stays pinned at the top and Contact Us / Support stays at the bottom. Pages inside each product and category section are unchanged. Pure reordering, no content edits. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- mkdocs.yml | 818 ++++++++++++++++++++++++++--------------------------- 1 file changed, 409 insertions(+), 409 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 35bbbb601b..b3f097739d 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -218,110 +218,45 @@ nav: - Sensor Comparisons: products/general/comparisons.md - Supported Platforms: products/general/supported-platforms.md - Resellers: products/general/resellers.md - - mmWave Sensors: - - MSR-2: - - Introduction: products/msr2/introduction.md - - FAQ: products/msr2/faq.md - - Getting Started: products/general/setup/getting-started-msr2.md - - Radar Tuning: - - MSR-2 Tuning Dashboard: products/msr2/setup/msr2-tuning-dashboard.md - - Home Assistant: products/msr2/setup/zones-ha.md - - HLK Radar Tool App: products/msr2/setup/zones-hlk.md - - mmWave Tuning Videos: products/msr2/setup/mmwave-videos.md - - Additional Info: - - General Tips: products/msr2/setup/msr2-general-tips.md - - Sensor Definitions: products/msr2/setup/msr2-sensor-definitions.md - - Bluetooth Proxy: products/msr2/additional-info/bluetooth-proxy.md - - Addons: - - Articulating Stand: products/msr2/addons/adding-articulating-stand-to-msr-2.md - - CO2 Addon: products/msr2/addons/adding-co2-to-msr-2.md - - Female Rear USB-C: products/msr2/addons/adding-rear-female-usb-to-msr-2.md - - GPIO Addon: products/msr2/addons/adding-gpio-header-to-msr-2.md - - Outlet Mount: products/msr2/addons/msr2-outlet-mount.md - - 90 Degree Addon: products/msr2/addons/adding-90-degree-usb-c-to-msr-2.md - - Examples: - - MSR-2 Alarmo: products/msr2/examples/msr2-alarmo.md - - GPIO Header LED Strip: products/msr2/examples/gpio-header-control-an-led-strip.md - - Troubleshooting: - - MSR-2 Boot Mode: products/msr2/troubleshooting/msr2-boot-mode.md - - Factory Re-Flash MSR-2: products/msr2/troubleshooting/msr2-code.md - - Teardown and Reassembly Of MSR-2: products/msr2/troubleshooting/msr2-teardown.md - - Reset Wi-Fi Credentials: products/msr2/troubleshooting/msr2-reset-wi-fi-credentials.md - - Reviews: products/msr2/msr2-reviews.md - - MTR-1: - - Introduction: products/mtr1/introduction.md - - FAQ: products/mtr1/faq.md - - Getting Started: products/general/setup/getting-started-mtr1.md - - Zone Configuration: - - (Good) Home Assistant: products/mtr1/setup/zones-ha.md - - (Better) HLK Radar Tool App: products/mtr1/setup/zones-hlk.md - - (Best) Zone Mapper Tool: products/mtr1/setup/mtr-1-zone-mapper-tool.md - - Additional Info: - - General Tips: products/mtr1/setup/general-tips.md - - Sensor Definitions: products/mtr1/setup/sensor-definitions.md - - Bluetooth Proxy: products/mtr1/additional-info/bluetooth-proxy.md - - Addons: - - Articulating Stand: products/mtr1/addons/adding-articulating-stand-to-mtr-1.md - - CO2 Addon: products/mtr1/addons/adding-co2-to-mtr-1.md - - Male Rear USB-C: products/mtr1/addons/adding-rear-male-usb-to-mtr-1.md - - GPIO Addon: products/mtr1/addons/adding-gpio-header-to-mtr-1.md - - 90 Degree Addon: products/mtr1/addons/adding-90-degree-usb-c-to-mtr-1.md - - Examples: - - MTR-1 Corner Mount: products/mtr1/examples/crookedtoe-mtr1.md - - MTR-1 Alarmo: products/mtr1/examples/mtr1-alarmo.md - - Troubleshooting: - - MTR-1 Boot Mode: products/mtr1/troubleshooting/mtr1-boot-mode.md - - Factory Re-Flash MTR-1: products/mtr1/troubleshooting/mtr1-code.md - - Teardown and Reassembly Of MTR-1: products/mtr1/troubleshooting/mtr1-teardown.md - - Reset Wi-Fi Credentials: products/mtr1/troubleshooting/mtr1-reset-wi-fi-credentials.md - - Reviews: products/mtr1/mtr1-reviews.md - - R-PRO-1: - - Introduction: products/rpro1/introduction.md - - FAQ: products/rpro1/faq.md - - Getting Started: products/general/setup/getting-started-rpro1.md - - Zone Configuration: - - (Good) Home Assistant: products/rpro1/setup/zones-ha.md - - (Better) HLK Radar Tool App: products/rpro1/setup/zones-hlk.md - - (Best) Zone Mapper Tool: products/rpro1/setup/r-pro-1-zone-mapper-tool.md - - Additional Info: - - Switch Firmware: products/rpro1/setup/rpro1-switch-firmware.md - - General Tips: products/rpro1/setup/rpro1-general-tips.md - - Sensor Definitions: products/rpro1/setup/rpro1-sensor-definitions.md - - Bluetooth Proxy: products/rpro1/additional-info/bluetooth-proxy.md - - Addons: - - CO2 Addon: products/rpro1/addons/adding-co2-to-r-pro-1.md - - 1-Gang Box Mount: products/rpro1/addons/attaching-gang-box-mount-to-r-pro-1.md - - Ceiling Mount: products/rpro1/addons/install-ceiling-mount-for-r-pro-1.md - - LD2412 Addon: products/rpro1/addons/add-the-ld2412-mmwave-sensor-to-r-pro-1.md - - Troubleshooting: - - R-PRO-1 Boot Mode: products/rpro1/troubleshooting/rpro1-boot-mode.md - - Factory Re-Flash R-PRO-1: products/rpro1/troubleshooting/rpro1-code.md - - Teardown and Reassembly Of R-PRO-1: products/rpro1/troubleshooting/rpro1-teardown.md - - Reset Wi-Fi Credentials: products/rpro1/troubleshooting/rpro1-reset-wi-fi-credentials.md - - Reviews: products/rpro1/rpro1-reviews.md - - MSR-1: - - Introduction: products/msr1/introduction.md - - FAQ: products/msr1/faq.md - - Getting Started: products/general/setup/getting-started-msr1.md - - Additional Info: - - General Tips: products/msr1/setup/general-tips.md - - Sensor Definitions: products/msr1/setup/sensor-definitions.md - - Radar Tuning: - - Home Assistant: products/msr1/setup/zones-ha.md - - HLK Radar Tool App: products/msr1/setup/zones-hlk.md - - mmWave Tuning Videos: products/msr1/setup/mmwave-videos.md - - Exposed GPIO: products/msr1/additional-info/exposed-gpio.md - - Bluetooth Proxy: products/msr1/additional-info/bluetooth-proxy.md - - Addons: products/msr1/addons/adding-co2-to-msr-1.md - - Examples: - - MSR-1 Dashboards: products/msr1/examples/msr1-dashboards.md - - MSR-1 Alarmo: products/msr1/examples/msr1-alarmo.md - - Troubleshooting: - - MSR-1 Boot Mode: products/msr1/troubleshooting/msr1-boot-mode.md - - Factory Re-Flash MSR-1: products/msr1/troubleshooting/msr1-code.md - - Teardown and Reassembly Of MSR-1: products/msr1/troubleshooting/msr1-teardown.md - - Reset Wi-Fi Credentials: products/msr1/troubleshooting/msr1-reset-wi-fi-credentials.md - - Reviews: products/msr1/msr1-reviews.md + - BTN-1: + - Introduction: products/btn1/introduction.md + - FAQ: products/btn1/faq.md + - Getting Started: products/btn1/setup/getting-started.md + - Additional Info: + - General Tips: products/btn1/setup/general-tips.md + - Sensor Definitions: products/btn1/setup/sensor-definitions.md + - Bluetooth Proxy: products/btn1/additional-info/bluetooth-proxy.md + - Prevent Sleep: products/btn1/additional-info/prevent-sleep.md + - How To Wake Up Your Sensor: products/btn1/battery-sensors/wake-up-battery-sensor.md + - Examples: + - Blueprint: products/btn1/examples/blueprint.md + - Troubleshooting: + - BTN-1 Boot Mode: products/btn1/troubleshooting/btn1-boot-mode.md + - Factory Re-Flash BTN-1: products/btn1/troubleshooting/btn1-reflash.md + - Teardown and Reassembly Of BTN-1: products/btn1/troubleshooting/btn1-teardown.md + - Reset Wi-Fi Credentials: products/btn1/troubleshooting/btn1-reset-wi-fi-credentials.md + - CAST-1: + - Introduction: products/cast1/introduction.md + - Getting Started: products/cast1/setup/getting-started.md + - Additional Info: + - Sensor Definitions: products/cast1/setup/sensor-definitions.md + - ESPHome Device Builder: products/cast1/additional-info/esphome-device-builder.md + - Examples: + - WizMote Control: products/cast1/examples/wizmote-blueprint.md + - Troubleshooting: + - CAST-1 Boot Mode: products/cast1/troubleshooting/cast1-boot-mode.md + - Factory Re-Flash CAST-1: products/cast1/troubleshooting/cast1-reflash.md + - Reset Wi-Fi Credentials: products/cast1/troubleshooting/cast1-reset-wi-fi-credentials.md + - Dev Boards & Breakouts: + - DEV-1: + - Introduction: products/dev1/introduction.md + - DEV-2: + - Introduction: products/dev2/introduction.md + - Breakout Boards: + - SEN55-SCD40: + - Introduction: products/breakout-boards/sen55-scd40-breakout-board/introduction.md + - SCD40: + - Introduction: products/breakout-boards/scd40-breakout-board/introduction.md - Environmental Sensors: - AIR-1: - Introduction: products/air1/introduction.md @@ -406,49 +341,73 @@ nav: - Teardown and Reassembly Of TEMP-1B: products/temp1b/troubleshooting/temp1b-teardown.md - Reset Wi-Fi Credentials: products/temp1b/troubleshooting/temp1b-reset-wi-fi-credentials.md - Reviews: products/temp1b/reviews.md - - Plant Sensors: - - PLT-1: - - Introduction: products/plt1/introduction.md - - FAQ: products/plt1/faq.md - - Getting Started: products/general/setup/getting-started-plt1.md + - ESPHome Starter Kit: + - Start Here: products/ESPHome-Starter-Kit/start-here.md + - First Steps: products/ESPHome-Starter-Kit/setup/first-steps.md + - Modules: + - Button: products/ESPHome-Starter-Kit/modules/button-module.md + - Motion: products/ESPHome-Starter-Kit/modules/motion-module.md + - Temp & Humidity: products/ESPHome-Starter-Kit/modules/temperature-humidity-module.md + - LED & Buzzer: products/ESPHome-Starter-Kit/modules/rgb-buzzer-module.md + - Breakout Module: + - products/ESPHome-Starter-Kit/modules/apollo-breakout-module.md + - Add-ons: + - SEN65 Air Quality Sensor: products/ESPHome-Starter-Kit/modules/breakout-addons/sen65-air-quality-sensor.md + - Temperature Probe: products/ESPHome-Starter-Kit/modules/breakout-addons/temperature-probe.md + - Battery: products/ESPHome-Starter-Kit/modules/battery.md + - Tutorials: + - Using Secrets: products/ESPHome-Starter-Kit/tutorials/using-secrets.md + - Connect to Home Assistant: products/ESPHome-Starter-Kit/tutorials/connect-to-home-assistant.md + - Light Effects: products/ESPHome-Starter-Kit/tutorials/light-effects.md + - Bluetooth Proxy: products/ESPHome-Starter-Kit/tutorials/bluetooth-proxy.md + - Automations: + - Button Controlled LEDs: products/ESPHome-Starter-Kit/automations/button-controlled-leds.md + - Play a Tune: products/ESPHome-Starter-Kit/automations/play-a-tune.md + - Motion-Activated Light: products/ESPHome-Starter-Kit/automations/motion-activated-light.md + - Temp-Reactive LEDs: products/ESPHome-Starter-Kit/automations/temp-reactive-leds.md + - Press to Check Climate: products/ESPHome-Starter-Kit/automations/press-to-check-climate.md + - Everyday Use: + - Motion-Activated Room Lights: products/ESPHome-Starter-Kit/everyday-use/motion-activated-room-lights.md + - Temperature on Your Dashboard: products/ESPHome-Starter-Kit/everyday-use/temperature-on-your-dashboard.md + - Air Quality on Your Dashboard: products/ESPHome-Starter-Kit/everyday-use/air-quality-on-your-dashboard.md + - Button Toggles a Room Light: products/ESPHome-Starter-Kit/everyday-use/button-toggles-room-light.md + - Trash Night Reminder: products/ESPHome-Starter-Kit/everyday-use/trash-night-reminder.md + - Play a Tune from Home Assistant: products/ESPHome-Starter-Kit/everyday-use/play-a-tune-from-home-assistant.md + - Learn the Basics: + - Explaining ESPHome: products/ESPHome-Starter-Kit/learning-the-basics/explaining-esphome.md + - Device Builder Tour: products/ESPHome-Starter-Kit/learning-the-basics/device-builder-tour.md + - Core Components: products/ESPHome-Starter-Kit/learning-the-basics/core-components.md + - What is YAML?: products/ESPHome-Starter-Kit/learning-the-basics/what-is-yaml.md + - What is secrets.yaml?: products/ESPHome-Starter-Kit/learning-the-basics/what-is-secrets-yaml.md + - What is I2C?: products/ESPHome-Starter-Kit/learning-the-basics/what-is-i2c.md + - HA Integration: products/ESPHome-Starter-Kit/learning-the-basics/how-esphome-talks-to-home-assistant.md + - Community Corner: products/ESPHome-Starter-Kit/community-corner.md + - FAQ: products/ESPHome-Starter-Kit/faq.md + - Holiday Ornaments: + - H-1: + - Introduction: products/h1/introduction.md + - FAQ: products/h1/faq.md + - Getting Started: products/h1/getting-started.md - Additional Info: - - General Tips: products/plt1/general-tips.md - - Sensor Definitions: products/plt1/setup/plt1-sensor-definitions.md - - Calibrating Soil Moisture: products/plt1/calibrate-plt1.md - - Prevent Sleep: products/plt1/additional-info/prevent-sleep.md - - Bluetooth Proxy: products/plt1/additional-info/bluetooth-proxy.md + - How To Wake Up Your Sensor: products/h1/battery-sensors/wake-up-battery-sensor.md + - Reviews: products/h1/reviews.md - Examples: - - Flower Card: products/plt1/examples/flower-card.md - - Blueprint: products/plt1/examples/blueprint.md + - Holiday Songs: products/general/holiday-songs.md - Troubleshooting: - - PLT-1 Boot Mode: products/plt1/troubleshooting/plt1-boot-mode.md - - Factory Re-Flash PLT-1: products/plt1/troubleshooting/plt1-code.md - - Teardown and Reassembly Of PLT-1: products/plt1/troubleshooting/plt1-teardown.md - - Reset Wi-Fi Credentials: products/plt1/troubleshooting/plt1-reset-wi-fi-credentials.md - - Reviews: products/plt1/reviews.md - - PLT-1B: - - Introduction: products/plt1b/introduction.md - - FAQ: products/plt1b/faq.md - - Getting Started: products/plt1b/setup/getting-started-plt1.md + - H-1 Boot Mode: products/h1/boot-mode.md + - Factory Re-Flash H-1: products/h1/reflash.md + - H-2: + - Introduction: products/h2/introduction.md + - FAQ: products/h2/faq.md + - Getting Started: products/h2/setup/getting-started.md - Additional Info: - - General Tips: products/plt1b/general-tips.md - - Sensor Definitions: products/plt1b/setup/plt1b-sensor-definitions.md - - Calibrating Soil Moisture: products/plt1b/calibrate-plt1.md - - Prevent Sleep: products/plt1b/additional-info/prevent-sleep.md - - How To Wake Up Your Sensor: products/plt1b/battery-sensors/wake-up-battery-sensor.md - - Keep Your Sensor Awake With HA Helper: products/plt1b/battery-sensors/awake-ha-helper.md - - Insert Battery: products/plt1b/additional-info/insert-battery.md - - Sensor Connection Check: products/plt1b/battery-sensors/sensor-connection-check.md - - Bluetooth Proxy: products/plt1b/additional-info/bluetooth-proxy.md + - How To Wake Up Your Sensor: products/h2/battery-sensors/wake-up-battery-sensor.md + - Reviews: products/h2/h2-reviews.md - Examples: - - Flower Card: products/plt1b/examples/flower-card.md - - Blueprint: products/plt1b/examples/blueprint.md + - Holiday Songs: products/h2/examples/holiday-songs.md - Troubleshooting: - - PLT-1 Boot Mode: products/plt1b/troubleshooting/plt1b-boot-mode.md - - Factory Re-Flash PLT-1: products/plt1b/troubleshooting/plt1b-code.md - - Teardown and Reassembly Of PLT-1: products/plt1b/troubleshooting/plt1b-teardown.md - - Reset Wi-Fi Credentials: products/plt1b/troubleshooting/plt1b-reset-wi-fi-credentials.md - - Reviews: products/plt1b/reviews.md + - H-2 Boot Mode: products/h2/troubleshooting/boot-mode.md + - Factory Re-Flash H-2: products/h2/troubleshooting/reflash.md - LED-1: - Introduction: products/led1/introduction.md - FAQ: products/led1/faq.md @@ -498,231 +457,221 @@ nav: - Media Proxy: products/m1/examples/media-proxy.md - SendSpin: products/m1/examples/sendspin.md - Reviews: products/m1/m1-reviews.md - - PUMP-1: - - Introduction: products/pump1/introduction.md - - FAQ: products/pump1/faq.md - - Getting Started: products/general/setup/getting-started-pump1.md - - Additional Info: - - General Tips: products/pump1/setup/pump1-general-tips.md - - Sensor Definitions: products/pump1/setup/pump1-sensor-definitions.md - - Bluetooth Proxy: products/pump1/additional-info/bluetooth-proxy.md - - Addons: - - Bottle Addon: products/pump1/addons/attaching-bottle-to-pump-1.md - - Inlet and Outlet Tube Addons: products/pump1/addons/attaching-tubes-to-pump-1.md - - Fluid Sensor Addons: products/pump1/addons/attaching-fluid-level-sensors-pump-1.md - - Troubleshooting: - - PUMP-1 Boot Mode: products/pump1/troubleshooting/pump1-boot-mode.md - - Factory Re-Flash PUMP-1: products/pump1/troubleshooting/pump1-reflash.md - - Teardown and Reassembly Of PUMP-1: products/pump1/troubleshooting/pump1-teardown.md - - Reset Wi-Fi Credentials: products/pump1/troubleshooting/pump1-reset-wi-fi-credentials.md - - BTN-1: - - Introduction: products/btn1/introduction.md - - FAQ: products/btn1/faq.md - - Getting Started: products/btn1/setup/getting-started.md - - Additional Info: - - General Tips: products/btn1/setup/general-tips.md - - Sensor Definitions: products/btn1/setup/sensor-definitions.md - - Bluetooth Proxy: products/btn1/additional-info/bluetooth-proxy.md - - Prevent Sleep: products/btn1/additional-info/prevent-sleep.md - - How To Wake Up Your Sensor: products/btn1/battery-sensors/wake-up-battery-sensor.md - - Examples: - - Blueprint: products/btn1/examples/blueprint.md - - Troubleshooting: - - BTN-1 Boot Mode: products/btn1/troubleshooting/btn1-boot-mode.md - - Factory Re-Flash BTN-1: products/btn1/troubleshooting/btn1-reflash.md - - Teardown and Reassembly Of BTN-1: products/btn1/troubleshooting/btn1-teardown.md - - Reset Wi-Fi Credentials: products/btn1/troubleshooting/btn1-reset-wi-fi-credentials.md - - CAST-1: - - Introduction: products/cast1/introduction.md - - Getting Started: products/cast1/setup/getting-started.md - - Additional Info: - - Sensor Definitions: products/cast1/setup/sensor-definitions.md - - ESPHome Device Builder: products/cast1/additional-info/esphome-device-builder.md - - Examples: - - WizMote Control: products/cast1/examples/wizmote-blueprint.md - - Troubleshooting: - - CAST-1 Boot Mode: products/cast1/troubleshooting/cast1-boot-mode.md - - Factory Re-Flash CAST-1: products/cast1/troubleshooting/cast1-reflash.md - - Reset Wi-Fi Credentials: products/cast1/troubleshooting/cast1-reset-wi-fi-credentials.md - - ESPHome Starter Kit: - - Start Here: products/ESPHome-Starter-Kit/start-here.md - - First Steps: products/ESPHome-Starter-Kit/setup/first-steps.md - - Modules: - - Button: products/ESPHome-Starter-Kit/modules/button-module.md - - Motion: products/ESPHome-Starter-Kit/modules/motion-module.md - - Temp & Humidity: products/ESPHome-Starter-Kit/modules/temperature-humidity-module.md - - LED & Buzzer: products/ESPHome-Starter-Kit/modules/rgb-buzzer-module.md - - Breakout Module: - - products/ESPHome-Starter-Kit/modules/apollo-breakout-module.md - - Add-ons: - - SEN65 Air Quality Sensor: products/ESPHome-Starter-Kit/modules/breakout-addons/sen65-air-quality-sensor.md - - Temperature Probe: products/ESPHome-Starter-Kit/modules/breakout-addons/temperature-probe.md - - Battery: products/ESPHome-Starter-Kit/modules/battery.md - - Tutorials: - - Using Secrets: products/ESPHome-Starter-Kit/tutorials/using-secrets.md - - Connect to Home Assistant: products/ESPHome-Starter-Kit/tutorials/connect-to-home-assistant.md - - Light Effects: products/ESPHome-Starter-Kit/tutorials/light-effects.md - - Bluetooth Proxy: products/ESPHome-Starter-Kit/tutorials/bluetooth-proxy.md - - Automations: - - Button Controlled LEDs: products/ESPHome-Starter-Kit/automations/button-controlled-leds.md - - Play a Tune: products/ESPHome-Starter-Kit/automations/play-a-tune.md - - Motion-Activated Light: products/ESPHome-Starter-Kit/automations/motion-activated-light.md - - Temp-Reactive LEDs: products/ESPHome-Starter-Kit/automations/temp-reactive-leds.md - - Press to Check Climate: products/ESPHome-Starter-Kit/automations/press-to-check-climate.md - - Everyday Use: - - Motion-Activated Room Lights: products/ESPHome-Starter-Kit/everyday-use/motion-activated-room-lights.md - - Temperature on Your Dashboard: products/ESPHome-Starter-Kit/everyday-use/temperature-on-your-dashboard.md - - Air Quality on Your Dashboard: products/ESPHome-Starter-Kit/everyday-use/air-quality-on-your-dashboard.md - - Button Toggles a Room Light: products/ESPHome-Starter-Kit/everyday-use/button-toggles-room-light.md - - Trash Night Reminder: products/ESPHome-Starter-Kit/everyday-use/trash-night-reminder.md - - Play a Tune from Home Assistant: products/ESPHome-Starter-Kit/everyday-use/play-a-tune-from-home-assistant.md - - Learn the Basics: - - Explaining ESPHome: products/ESPHome-Starter-Kit/learning-the-basics/explaining-esphome.md - - Device Builder Tour: products/ESPHome-Starter-Kit/learning-the-basics/device-builder-tour.md - - Core Components: products/ESPHome-Starter-Kit/learning-the-basics/core-components.md - - What is YAML?: products/ESPHome-Starter-Kit/learning-the-basics/what-is-yaml.md - - What is secrets.yaml?: products/ESPHome-Starter-Kit/learning-the-basics/what-is-secrets-yaml.md - - What is I2C?: products/ESPHome-Starter-Kit/learning-the-basics/what-is-i2c.md - - HA Integration: products/ESPHome-Starter-Kit/learning-the-basics/how-esphome-talks-to-home-assistant.md - - Community Corner: products/ESPHome-Starter-Kit/community-corner.md - - FAQ: products/ESPHome-Starter-Kit/faq.md - - Holiday Ornaments: - - H-1: - - Introduction: products/h1/introduction.md - - FAQ: products/h1/faq.md - - Getting Started: products/h1/getting-started.md - - Additional Info: - - How To Wake Up Your Sensor: products/h1/battery-sensors/wake-up-battery-sensor.md - - Reviews: products/h1/reviews.md - - Examples: - - Holiday Songs: products/general/holiday-songs.md - - Troubleshooting: - - H-1 Boot Mode: products/h1/boot-mode.md - - Factory Re-Flash H-1: products/h1/reflash.md - - H-2: - - Introduction: products/h2/introduction.md - - FAQ: products/h2/faq.md - - Getting Started: products/h2/setup/getting-started.md - - Additional Info: - - How To Wake Up Your Sensor: products/h2/battery-sensors/wake-up-battery-sensor.md - - Reviews: products/h2/h2-reviews.md - - Examples: - - Holiday Songs: products/h2/examples/holiday-songs.md - - Troubleshooting: - - H-2 Boot Mode: products/h2/troubleshooting/boot-mode.md - - Factory Re-Flash H-2: products/h2/troubleshooting/reflash.md - - Dev Boards & Breakouts: - - DEV-1: - - Introduction: products/dev1/introduction.md - - DEV-2: - - Introduction: products/dev2/introduction.md - - Breakout Boards: - - SEN55-SCD40: - - Introduction: products/breakout-boards/sen55-scd40-breakout-board/introduction.md - - SCD40: - - Introduction: products/breakout-boards/scd40-breakout-board/introduction.md - - Contact Us / Support: products/general/contact-us/contact-us-support.md -#### ***START OF HOMEY SECTION*** - - Homey: - - General: - - Home: homey.md - - Introduction: homey/products/general/introduction.md - - FAQ: homey/products/general/faq.md - - Getting Started: homey/products/general/setup/getting-started.md - - Example Flows: -# - Air Quality Notification: homey/products/general/tutorials/air-quality-notification-example.md - - High CO2 Notification: homey/products/general/tutorials/high-co2-notification-example.md - - Additional Info: - - Calibrating: - - CO2: homey/products/general/calibrating-and-updating/co2-calibration.md - - Radar Tuning: - - mmWave Tuning Videos: homey/products/general/calibrating-and-updating/mmwave-videos.md - - Hidden WiFi Networks: homey/products/general/setup/adding-apollo-devices-to-hidden-networks.md - - Renaming Devices: homey/products/general/setup/renaming-apollo-devices.md - - Troubleshooting: - - Removing Devices: homey/products/general/troubleshooting/removing-device-from-homey.md - - Connection Issues: homey/products/general/troubleshooting/connection-issues.md - - Unifi Auto Discover Device mDNS Issue: homey/products/general/troubleshooting/ubiquiti-unifi-mdns-auto-discover-issue.md - - OPNsense Auto Discover Device mDNS Issue: homey/products/general/troubleshooting/opnsense-mdns-auto-discover-issue.md - - Battery Sensors: - - How To Wake Up Your Sensor: homey/products/general/battery-sensors/wake-up-battery-sensor.md - - Sensor Connection Check: homey/products/general/battery-sensors/sensor-connection-check.md - - Source Code and 3D Files: homey/products/general/links.md - - Choosing an mmWave Sensor: homey/products/general/choosing-an-mmwave-sensor.md - - Sensor Comparisons: homey/products/general/comparisons.md - - Supported Platforms: homey/products/general/supported-platforms.md - - Resellers: homey/products/general/resellers.md - mmWave Sensors: - MSR-2: - - Introduction: homey/products/msr2/introduction.md - - FAQ: homey/products/msr2/faq.md - - Getting Started: homey/products/general/setup/getting-started-msr2.md + - Introduction: products/msr2/introduction.md + - FAQ: products/msr2/faq.md + - Getting Started: products/general/setup/getting-started-msr2.md + - Radar Tuning: + - MSR-2 Tuning Dashboard: products/msr2/setup/msr2-tuning-dashboard.md + - Home Assistant: products/msr2/setup/zones-ha.md + - HLK Radar Tool App: products/msr2/setup/zones-hlk.md + - mmWave Tuning Videos: products/msr2/setup/mmwave-videos.md - Additional Info: - - General Tips: homey/products/msr2/setup/msr2-general-tips.md - - Sensor Definitions: homey/products/msr2/setup/msr2-sensor-definitions.md - - Radar Tuning: - - Home Assistant: homey/products/msr2/setup/zones-ha.md - - HLK Radar Tool App: homey/products/msr2/setup/zones-hlk.md - - mmWave Tuning Videos: homey/products/msr2/setup/mmwave-videos.md + - General Tips: products/msr2/setup/msr2-general-tips.md + - Sensor Definitions: products/msr2/setup/msr2-sensor-definitions.md + - Bluetooth Proxy: products/msr2/additional-info/bluetooth-proxy.md - Addons: - - Articulating Stand: homey/products/msr2/addons/adding-articulating-stand-to-msr-2.md - - CO2 Addon: homey/products/msr2/addons/adding-co2-to-msr-2.md - - Female Rear USB-C: homey/products/msr2/addons/adding-rear-female-usb-to-msr-2.md - - GPIO Addon: homey/products/msr2/addons/adding-gpio-header-to-msr-2.md - - Outlet Mount: homey/products/msr2/addons/msr2-outlet-mount.md - - 90 Degree Addon: homey/products/msr2/addons/adding-90-degree-usb-c-to-msr-2.md - - Reviews: homey/products/msr2/msr2-reviews.md + - Articulating Stand: products/msr2/addons/adding-articulating-stand-to-msr-2.md + - CO2 Addon: products/msr2/addons/adding-co2-to-msr-2.md + - Female Rear USB-C: products/msr2/addons/adding-rear-female-usb-to-msr-2.md + - GPIO Addon: products/msr2/addons/adding-gpio-header-to-msr-2.md + - Outlet Mount: products/msr2/addons/msr2-outlet-mount.md + - 90 Degree Addon: products/msr2/addons/adding-90-degree-usb-c-to-msr-2.md - Examples: - - MSR-2 Dashboards: homey/products/msr2/examples/msr2-dashboards.md - - MSR-2 Alarmo: homey/products/msr2/examples/msr2-alarmo.md - - GPIO Header LED Strip: homey/products/msr2/examples/gpio-header-control-an-led-strip.md + - MSR-2 Alarmo: products/msr2/examples/msr2-alarmo.md + - GPIO Header LED Strip: products/msr2/examples/gpio-header-control-an-led-strip.md - Troubleshooting: - - MSR-2 Boot Mode: homey/products/msr2/troubleshooting/msr2-boot-mode.md - - Factory Re-Flash MSR-2: homey/products/msr2/troubleshooting/msr2-code.md - - Teardown and Reassembly Of MSR-2: homey/products/msr2/troubleshooting/msr2-teardown.md - - Reset Wi-Fi Credentials: homey/products/msr2/troubleshooting/msr2-reset-wi-fi-credentials.md + - MSR-2 Boot Mode: products/msr2/troubleshooting/msr2-boot-mode.md + - Factory Re-Flash MSR-2: products/msr2/troubleshooting/msr2-code.md + - Teardown and Reassembly Of MSR-2: products/msr2/troubleshooting/msr2-teardown.md + - Reset Wi-Fi Credentials: products/msr2/troubleshooting/msr2-reset-wi-fi-credentials.md + - Reviews: products/msr2/msr2-reviews.md - MTR-1: - - Introduction: homey/products/mtr1/introduction.md - - FAQ: homey/products/mtr1/faq.md - - Getting Started: homey/products/general/setup/getting-started-mtr1.md + - Introduction: products/mtr1/introduction.md + - FAQ: products/mtr1/faq.md + - Getting Started: products/general/setup/getting-started-mtr1.md + - Zone Configuration: + - (Good) Home Assistant: products/mtr1/setup/zones-ha.md + - (Better) HLK Radar Tool App: products/mtr1/setup/zones-hlk.md + - (Best) Zone Mapper Tool: products/mtr1/setup/mtr-1-zone-mapper-tool.md - Additional Info: - - General Tips: homey/products/mtr1/setup/general-tips.md - - Sensor Definitions: homey/products/mtr1/setup/sensor-definitions.md - - Zone Configuration: homey/products/mtr1/setup/zones-hlk.md + - General Tips: products/mtr1/setup/general-tips.md + - Sensor Definitions: products/mtr1/setup/sensor-definitions.md + - Bluetooth Proxy: products/mtr1/additional-info/bluetooth-proxy.md - Addons: - - Articulating Stand: homey/products/mtr1/addons/adding-articulating-stand-to-mtr-1.md - - CO2 Addon: homey/products/mtr1/addons/adding-co2-to-mtr-1.md - - Male Rear USB-C: homey/products/mtr1/addons/adding-rear-male-usb-to-mtr-1.md - - GPIO Addon: homey/products/mtr1/addons/adding-gpio-header-to-mtr-1.md - - 90 Degree Addon: homey/products/mtr1/addons/adding-90-degree-usb-c-to-mtr-1.md - - Reviews: homey/products/mtr1/mtr1-reviews.md + - Articulating Stand: products/mtr1/addons/adding-articulating-stand-to-mtr-1.md + - CO2 Addon: products/mtr1/addons/adding-co2-to-mtr-1.md + - Male Rear USB-C: products/mtr1/addons/adding-rear-male-usb-to-mtr-1.md + - GPIO Addon: products/mtr1/addons/adding-gpio-header-to-mtr-1.md + - 90 Degree Addon: products/mtr1/addons/adding-90-degree-usb-c-to-mtr-1.md - Examples: - - MTR-1 Corner Mount: homey/products/mtr1/examples/crookedtoe-mtr1.md - - MTR-1 Alarmo: homey/products/mtr1/examples/mtr1-alarmo.md + - MTR-1 Corner Mount: products/mtr1/examples/crookedtoe-mtr1.md + - MTR-1 Alarmo: products/mtr1/examples/mtr1-alarmo.md - Troubleshooting: - - MTR-1 Boot Mode: homey/products/mtr1/troubleshooting/mtr1-boot-mode.md - - Factory Re-Flash MTR-1: homey/products/mtr1/troubleshooting/mtr1-code.md - - Teardown and Reassembly Of MTR-1: homey/products/mtr1/troubleshooting/mtr1-teardown.md - - Reset Wi-Fi Credentials: homey/products/mtr1/troubleshooting/mtr1-reset-wi-fi-credentials.md + - MTR-1 Boot Mode: products/mtr1/troubleshooting/mtr1-boot-mode.md + - Factory Re-Flash MTR-1: products/mtr1/troubleshooting/mtr1-code.md + - Teardown and Reassembly Of MTR-1: products/mtr1/troubleshooting/mtr1-teardown.md + - Reset Wi-Fi Credentials: products/mtr1/troubleshooting/mtr1-reset-wi-fi-credentials.md + - Reviews: products/mtr1/mtr1-reviews.md - R-PRO-1: - - Introduction: homey/products/rpro1/introduction.md - - FAQ: homey/products/rpro1/faq.md - - Zone Configuration: homey/products/rpro1/setup/zones-hlk.md + - Introduction: products/rpro1/introduction.md + - FAQ: products/rpro1/faq.md + - Getting Started: products/general/setup/getting-started-rpro1.md + - Zone Configuration: + - (Good) Home Assistant: products/rpro1/setup/zones-ha.md + - (Better) HLK Radar Tool App: products/rpro1/setup/zones-hlk.md + - (Best) Zone Mapper Tool: products/rpro1/setup/r-pro-1-zone-mapper-tool.md - Additional Info: - - Switch Firmware: homey/products/rpro1/setup/rpro1-switch-firmware.md - - General Tips: homey/products/rpro1/setup/rpro1-general-tips.md - - Sensor Definitions: homey/products/rpro1/setup/rpro1-sensor-definitions.md + - Switch Firmware: products/rpro1/setup/rpro1-switch-firmware.md + - General Tips: products/rpro1/setup/rpro1-general-tips.md + - Sensor Definitions: products/rpro1/setup/rpro1-sensor-definitions.md + - Bluetooth Proxy: products/rpro1/additional-info/bluetooth-proxy.md - Addons: - - CO2 Addon: homey/products/rpro1/addons/adding-co2-to-r-pro-1.md - - 1-Gang Box Mount: homey/products/rpro1/addons/attaching-gang-box-mount-to-r-pro-1.md - - Ceiling Mount: homey/products/rpro1/addons/install-ceiling-mount-for-r-pro-1.md - - LD2412 Addon: homey/products/rpro1/addons/add-the-ld2412-mmwave-sensor-to-r-pro-1.md + - CO2 Addon: products/rpro1/addons/adding-co2-to-r-pro-1.md + - 1-Gang Box Mount: products/rpro1/addons/attaching-gang-box-mount-to-r-pro-1.md + - Ceiling Mount: products/rpro1/addons/install-ceiling-mount-for-r-pro-1.md + - LD2412 Addon: products/rpro1/addons/add-the-ld2412-mmwave-sensor-to-r-pro-1.md + - Troubleshooting: + - R-PRO-1 Boot Mode: products/rpro1/troubleshooting/rpro1-boot-mode.md + - Factory Re-Flash R-PRO-1: products/rpro1/troubleshooting/rpro1-code.md + - Teardown and Reassembly Of R-PRO-1: products/rpro1/troubleshooting/rpro1-teardown.md + - Reset Wi-Fi Credentials: products/rpro1/troubleshooting/rpro1-reset-wi-fi-credentials.md + - Reviews: products/rpro1/rpro1-reviews.md + - MSR-1: + - Introduction: products/msr1/introduction.md + - FAQ: products/msr1/faq.md + - Getting Started: products/general/setup/getting-started-msr1.md + - Additional Info: + - General Tips: products/msr1/setup/general-tips.md + - Sensor Definitions: products/msr1/setup/sensor-definitions.md + - Radar Tuning: + - Home Assistant: products/msr1/setup/zones-ha.md + - HLK Radar Tool App: products/msr1/setup/zones-hlk.md + - mmWave Tuning Videos: products/msr1/setup/mmwave-videos.md + - Exposed GPIO: products/msr1/additional-info/exposed-gpio.md + - Bluetooth Proxy: products/msr1/additional-info/bluetooth-proxy.md + - Addons: products/msr1/addons/adding-co2-to-msr-1.md + - Examples: + - MSR-1 Dashboards: products/msr1/examples/msr1-dashboards.md + - MSR-1 Alarmo: products/msr1/examples/msr1-alarmo.md + - Troubleshooting: + - MSR-1 Boot Mode: products/msr1/troubleshooting/msr1-boot-mode.md + - Factory Re-Flash MSR-1: products/msr1/troubleshooting/msr1-code.md + - Teardown and Reassembly Of MSR-1: products/msr1/troubleshooting/msr1-teardown.md + - Reset Wi-Fi Credentials: products/msr1/troubleshooting/msr1-reset-wi-fi-credentials.md + - Reviews: products/msr1/msr1-reviews.md + - Plant Sensors: + - PLT-1: + - Introduction: products/plt1/introduction.md + - FAQ: products/plt1/faq.md + - Getting Started: products/general/setup/getting-started-plt1.md + - Additional Info: + - General Tips: products/plt1/general-tips.md + - Sensor Definitions: products/plt1/setup/plt1-sensor-definitions.md + - Calibrating Soil Moisture: products/plt1/calibrate-plt1.md + - Prevent Sleep: products/plt1/additional-info/prevent-sleep.md + - Bluetooth Proxy: products/plt1/additional-info/bluetooth-proxy.md + - Examples: + - Flower Card: products/plt1/examples/flower-card.md + - Blueprint: products/plt1/examples/blueprint.md + - Troubleshooting: + - PLT-1 Boot Mode: products/plt1/troubleshooting/plt1-boot-mode.md + - Factory Re-Flash PLT-1: products/plt1/troubleshooting/plt1-code.md + - Teardown and Reassembly Of PLT-1: products/plt1/troubleshooting/plt1-teardown.md + - Reset Wi-Fi Credentials: products/plt1/troubleshooting/plt1-reset-wi-fi-credentials.md + - Reviews: products/plt1/reviews.md + - PLT-1B: + - Introduction: products/plt1b/introduction.md + - FAQ: products/plt1b/faq.md + - Getting Started: products/plt1b/setup/getting-started-plt1.md + - Additional Info: + - General Tips: products/plt1b/general-tips.md + - Sensor Definitions: products/plt1b/setup/plt1b-sensor-definitions.md + - Calibrating Soil Moisture: products/plt1b/calibrate-plt1.md + - Prevent Sleep: products/plt1b/additional-info/prevent-sleep.md + - How To Wake Up Your Sensor: products/plt1b/battery-sensors/wake-up-battery-sensor.md + - Keep Your Sensor Awake With HA Helper: products/plt1b/battery-sensors/awake-ha-helper.md + - Insert Battery: products/plt1b/additional-info/insert-battery.md + - Sensor Connection Check: products/plt1b/battery-sensors/sensor-connection-check.md + - Bluetooth Proxy: products/plt1b/additional-info/bluetooth-proxy.md + - Examples: + - Flower Card: products/plt1b/examples/flower-card.md + - Blueprint: products/plt1b/examples/blueprint.md - Troubleshooting: - - R-PRO-1 Boot Mode: homey/products/rpro1/troubleshooting/rpro1-boot-mode.md - - Factory Re-Flash R-PRO-1: homey/products/rpro1/troubleshooting/rpro1-code.md - - Teardown and Reassembly Of R-PRO-1: homey/products/rpro1/troubleshooting/rpro1-teardown.md - - Reset Wi-Fi Credentials: homey/products/rpro1/troubleshooting/rpro1-reset-wi-fi-credentials.md - - Reviews: homey/products/rpro1/rpro1-reviews.md + - PLT-1 Boot Mode: products/plt1b/troubleshooting/plt1b-boot-mode.md + - Factory Re-Flash PLT-1: products/plt1b/troubleshooting/plt1b-code.md + - Teardown and Reassembly Of PLT-1: products/plt1b/troubleshooting/plt1b-teardown.md + - Reset Wi-Fi Credentials: products/plt1b/troubleshooting/plt1b-reset-wi-fi-credentials.md + - Reviews: products/plt1b/reviews.md + - PUMP-1: + - Introduction: products/pump1/introduction.md + - FAQ: products/pump1/faq.md + - Getting Started: products/general/setup/getting-started-pump1.md + - Additional Info: + - General Tips: products/pump1/setup/pump1-general-tips.md + - Sensor Definitions: products/pump1/setup/pump1-sensor-definitions.md + - Bluetooth Proxy: products/pump1/additional-info/bluetooth-proxy.md + - Addons: + - Bottle Addon: products/pump1/addons/attaching-bottle-to-pump-1.md + - Inlet and Outlet Tube Addons: products/pump1/addons/attaching-tubes-to-pump-1.md + - Fluid Sensor Addons: products/pump1/addons/attaching-fluid-level-sensors-pump-1.md + - Troubleshooting: + - PUMP-1 Boot Mode: products/pump1/troubleshooting/pump1-boot-mode.md + - Factory Re-Flash PUMP-1: products/pump1/troubleshooting/pump1-reflash.md + - Teardown and Reassembly Of PUMP-1: products/pump1/troubleshooting/pump1-teardown.md + - Reset Wi-Fi Credentials: products/pump1/troubleshooting/pump1-reset-wi-fi-credentials.md + - Contact Us / Support: products/general/contact-us/contact-us-support.md +#### ***START OF HOMEY SECTION*** + - Homey: + - General: + - Home: homey.md + - Introduction: homey/products/general/introduction.md + - FAQ: homey/products/general/faq.md + - Getting Started: homey/products/general/setup/getting-started.md + - Example Flows: +# - Air Quality Notification: homey/products/general/tutorials/air-quality-notification-example.md + - High CO2 Notification: homey/products/general/tutorials/high-co2-notification-example.md + - Additional Info: + - Calibrating: + - CO2: homey/products/general/calibrating-and-updating/co2-calibration.md + - Radar Tuning: + - mmWave Tuning Videos: homey/products/general/calibrating-and-updating/mmwave-videos.md + - Hidden WiFi Networks: homey/products/general/setup/adding-apollo-devices-to-hidden-networks.md + - Renaming Devices: homey/products/general/setup/renaming-apollo-devices.md + - Troubleshooting: + - Removing Devices: homey/products/general/troubleshooting/removing-device-from-homey.md + - Connection Issues: homey/products/general/troubleshooting/connection-issues.md + - Unifi Auto Discover Device mDNS Issue: homey/products/general/troubleshooting/ubiquiti-unifi-mdns-auto-discover-issue.md + - OPNsense Auto Discover Device mDNS Issue: homey/products/general/troubleshooting/opnsense-mdns-auto-discover-issue.md + - Battery Sensors: + - How To Wake Up Your Sensor: homey/products/general/battery-sensors/wake-up-battery-sensor.md + - Sensor Connection Check: homey/products/general/battery-sensors/sensor-connection-check.md + - Source Code and 3D Files: homey/products/general/links.md + - Choosing an mmWave Sensor: homey/products/general/choosing-an-mmwave-sensor.md + - Sensor Comparisons: homey/products/general/comparisons.md + - Supported Platforms: homey/products/general/supported-platforms.md + - Resellers: homey/products/general/resellers.md + - BTN-1: + - Introduction: homey/products/btn1/introduction.md + - FAQ: homey/products/btn1/faq.md + - Getting Started: homey/products/btn1/setup/getting-started.md + - Additional Info: + - General Tips: homey/products/btn1/setup/general-tips.md + - Sensor Definitions: homey/products/btn1/setup/sensor-definitions.md + - Prevent Sleep: homey/products/btn1/additional-info/prevent-sleep.md + - How To Wake Up Your Sensor: homey/products/btn1/battery-sensors/wake-up-battery-sensor.md + - Addons: + - BTN-1 Addon: homey/products/btn1/addons/btn1-addon.md + - Examples: + - Blueprint: homey/products/btn1/examples/blueprint.md + - Example Automation: homey/products/btn1/examples/example-automation.md + - Troubleshooting: + - BTN-1 Boot Mode: homey/products/btn1/troubleshooting/btn1-boot-mode.md + - Factory Re-Flash BTN-1: homey/products/btn1/troubleshooting/btn1-reflash.md + - Teardown and Reassembly Of BTN-1: homey/products/btn1/troubleshooting/btn1-teardown.md + - Reset Wi-Fi Credentials: homey/products/btn1/troubleshooting/btn1-reset-wi-fi-credentials.md + - Reviews: homey/products/btn1/btn1-reviews.md - Environmental Sensors: - AIR-1: - Introduction: homey/products/air1/introduction.md @@ -793,44 +742,6 @@ nav: - Factory Re-Flash TEMP-1B: homey/products/temp1b/troubleshooting/temp1b-code.md - Teardown and Reassembly Of TEMP-1B: homey/products/temp1b/troubleshooting/temp1b-teardown.md - Reset Wi-Fi Credentials: homey/products/temp1b/troubleshooting/temp1b-reset-wi-fi-credentials.md - - Plant Sensors: - - PLT-1: - - Introduction: homey/products/plt1/introduction.md - - FAQ: homey/products/plt1/faq.md - - Getting Started: homey/products/general/setup/getting-started-plt1.md - - Additional Info: - - General Tips: homey/products/plt1/general-tips.md - - Sensor Definitions: homey/products/plt1/setup/plt1-sensor-definitions.md - - Calibrating Soil Moisture: homey/products/plt1/calibrate-plt1.md - - Prevent Sleep: homey/products/plt1/setup/prevent-sleep.md - - Reviews: homey/products/plt1/reviews.md - - Examples: - - Flower Card: homey/products/plt1/examples/flower-card.md - - Troubleshooting: - - PLT-1 Boot Mode: homey/products/plt1/troubleshooting/plt1-boot-mode.md - - Factory Re-Flash PLT-1: homey/products/plt1/troubleshooting/plt1-code.md - - Teardown and Reassembly Of PLT-1: homey/products/plt1/troubleshooting/plt1-teardown.md - - Reset Wi-Fi Credentials: homey/products/plt1/troubleshooting/plt1-reset-wi-fi-credentials.md - - PLT-1B: - - Introduction: homey/products/plt1b/introduction.md - - FAQ: homey/products/plt1b/faq.md - - Getting Started: homey/products/plt1b/setup/getting-started-plt1.md - - Additional Info: - - General Tips: homey/products/plt1b/general-tips.md - - Sensor Definitions: homey/products/plt1b/setup/plt1b-sensor-definitions.md - - Calibrating Soil Moisture: homey/products/plt1b/calibrate-plt1.md - - Prevent Sleep: homey/products/plt1b/setup/prevent-sleep.md - - How To Wake Up Your Sensor: homey/products/plt1b/battery-sensors/wake-up-battery-sensor.md - - Insert Battery: homey/products/plt1b/additional-info/insert-battery.md - - Sensor Connection Check: homey/products/plt1b/battery-sensors/sensor-connection-check.md - - Reviews: homey/products/plt1b/reviews.md - - Examples: - - Flower Card: homey/products/plt1b/examples/flower-card.md - - Troubleshooting: - - PLT-1 Boot Mode: homey/products/plt1b/troubleshooting/plt1b-boot-mode.md - - Factory Re-Flash PLT-1: homey/products/plt1b/troubleshooting/plt1b-code.md - - Teardown and Reassembly Of PLT-1: homey/products/plt1b/troubleshooting/plt1b-teardown.md - - Reset Wi-Fi Credentials: homey/products/plt1b/troubleshooting/plt1b-reset-wi-fi-credentials.md - LED-1: - Introduction: homey/products/led1/introduction.md - FAQ: homey/products/led1/faq.md @@ -876,6 +787,115 @@ nav: - Factory Re-Flash M-1: homey/products/m1/troubleshooting/m1-reflash.md - Find IP and Hostname: homey/products/m1/troubleshooting/m1-find-ip-address-and-hostname.md - Reviews: homey/products/m1/m1-reviews.md + - mmWave Sensors: + - MSR-2: + - Introduction: homey/products/msr2/introduction.md + - FAQ: homey/products/msr2/faq.md + - Getting Started: homey/products/general/setup/getting-started-msr2.md + - Additional Info: + - General Tips: homey/products/msr2/setup/msr2-general-tips.md + - Sensor Definitions: homey/products/msr2/setup/msr2-sensor-definitions.md + - Radar Tuning: + - Home Assistant: homey/products/msr2/setup/zones-ha.md + - HLK Radar Tool App: homey/products/msr2/setup/zones-hlk.md + - mmWave Tuning Videos: homey/products/msr2/setup/mmwave-videos.md + - Addons: + - Articulating Stand: homey/products/msr2/addons/adding-articulating-stand-to-msr-2.md + - CO2 Addon: homey/products/msr2/addons/adding-co2-to-msr-2.md + - Female Rear USB-C: homey/products/msr2/addons/adding-rear-female-usb-to-msr-2.md + - GPIO Addon: homey/products/msr2/addons/adding-gpio-header-to-msr-2.md + - Outlet Mount: homey/products/msr2/addons/msr2-outlet-mount.md + - 90 Degree Addon: homey/products/msr2/addons/adding-90-degree-usb-c-to-msr-2.md + - Reviews: homey/products/msr2/msr2-reviews.md + - Examples: + - MSR-2 Dashboards: homey/products/msr2/examples/msr2-dashboards.md + - MSR-2 Alarmo: homey/products/msr2/examples/msr2-alarmo.md + - GPIO Header LED Strip: homey/products/msr2/examples/gpio-header-control-an-led-strip.md + - Troubleshooting: + - MSR-2 Boot Mode: homey/products/msr2/troubleshooting/msr2-boot-mode.md + - Factory Re-Flash MSR-2: homey/products/msr2/troubleshooting/msr2-code.md + - Teardown and Reassembly Of MSR-2: homey/products/msr2/troubleshooting/msr2-teardown.md + - Reset Wi-Fi Credentials: homey/products/msr2/troubleshooting/msr2-reset-wi-fi-credentials.md + - MTR-1: + - Introduction: homey/products/mtr1/introduction.md + - FAQ: homey/products/mtr1/faq.md + - Getting Started: homey/products/general/setup/getting-started-mtr1.md + - Additional Info: + - General Tips: homey/products/mtr1/setup/general-tips.md + - Sensor Definitions: homey/products/mtr1/setup/sensor-definitions.md + - Zone Configuration: homey/products/mtr1/setup/zones-hlk.md + - Addons: + - Articulating Stand: homey/products/mtr1/addons/adding-articulating-stand-to-mtr-1.md + - CO2 Addon: homey/products/mtr1/addons/adding-co2-to-mtr-1.md + - Male Rear USB-C: homey/products/mtr1/addons/adding-rear-male-usb-to-mtr-1.md + - GPIO Addon: homey/products/mtr1/addons/adding-gpio-header-to-mtr-1.md + - 90 Degree Addon: homey/products/mtr1/addons/adding-90-degree-usb-c-to-mtr-1.md + - Reviews: homey/products/mtr1/mtr1-reviews.md + - Examples: + - MTR-1 Corner Mount: homey/products/mtr1/examples/crookedtoe-mtr1.md + - MTR-1 Alarmo: homey/products/mtr1/examples/mtr1-alarmo.md + - Troubleshooting: + - MTR-1 Boot Mode: homey/products/mtr1/troubleshooting/mtr1-boot-mode.md + - Factory Re-Flash MTR-1: homey/products/mtr1/troubleshooting/mtr1-code.md + - Teardown and Reassembly Of MTR-1: homey/products/mtr1/troubleshooting/mtr1-teardown.md + - Reset Wi-Fi Credentials: homey/products/mtr1/troubleshooting/mtr1-reset-wi-fi-credentials.md + - R-PRO-1: + - Introduction: homey/products/rpro1/introduction.md + - FAQ: homey/products/rpro1/faq.md + - Zone Configuration: homey/products/rpro1/setup/zones-hlk.md + - Additional Info: + - Switch Firmware: homey/products/rpro1/setup/rpro1-switch-firmware.md + - General Tips: homey/products/rpro1/setup/rpro1-general-tips.md + - Sensor Definitions: homey/products/rpro1/setup/rpro1-sensor-definitions.md + - Addons: + - CO2 Addon: homey/products/rpro1/addons/adding-co2-to-r-pro-1.md + - 1-Gang Box Mount: homey/products/rpro1/addons/attaching-gang-box-mount-to-r-pro-1.md + - Ceiling Mount: homey/products/rpro1/addons/install-ceiling-mount-for-r-pro-1.md + - LD2412 Addon: homey/products/rpro1/addons/add-the-ld2412-mmwave-sensor-to-r-pro-1.md + - Troubleshooting: + - R-PRO-1 Boot Mode: homey/products/rpro1/troubleshooting/rpro1-boot-mode.md + - Factory Re-Flash R-PRO-1: homey/products/rpro1/troubleshooting/rpro1-code.md + - Teardown and Reassembly Of R-PRO-1: homey/products/rpro1/troubleshooting/rpro1-teardown.md + - Reset Wi-Fi Credentials: homey/products/rpro1/troubleshooting/rpro1-reset-wi-fi-credentials.md + - Reviews: homey/products/rpro1/rpro1-reviews.md + - Plant Sensors: + - PLT-1: + - Introduction: homey/products/plt1/introduction.md + - FAQ: homey/products/plt1/faq.md + - Getting Started: homey/products/general/setup/getting-started-plt1.md + - Additional Info: + - General Tips: homey/products/plt1/general-tips.md + - Sensor Definitions: homey/products/plt1/setup/plt1-sensor-definitions.md + - Calibrating Soil Moisture: homey/products/plt1/calibrate-plt1.md + - Prevent Sleep: homey/products/plt1/setup/prevent-sleep.md + - Reviews: homey/products/plt1/reviews.md + - Examples: + - Flower Card: homey/products/plt1/examples/flower-card.md + - Troubleshooting: + - PLT-1 Boot Mode: homey/products/plt1/troubleshooting/plt1-boot-mode.md + - Factory Re-Flash PLT-1: homey/products/plt1/troubleshooting/plt1-code.md + - Teardown and Reassembly Of PLT-1: homey/products/plt1/troubleshooting/plt1-teardown.md + - Reset Wi-Fi Credentials: homey/products/plt1/troubleshooting/plt1-reset-wi-fi-credentials.md + - PLT-1B: + - Introduction: homey/products/plt1b/introduction.md + - FAQ: homey/products/plt1b/faq.md + - Getting Started: homey/products/plt1b/setup/getting-started-plt1.md + - Additional Info: + - General Tips: homey/products/plt1b/general-tips.md + - Sensor Definitions: homey/products/plt1b/setup/plt1b-sensor-definitions.md + - Calibrating Soil Moisture: homey/products/plt1b/calibrate-plt1.md + - Prevent Sleep: homey/products/plt1b/setup/prevent-sleep.md + - How To Wake Up Your Sensor: homey/products/plt1b/battery-sensors/wake-up-battery-sensor.md + - Insert Battery: homey/products/plt1b/additional-info/insert-battery.md + - Sensor Connection Check: homey/products/plt1b/battery-sensors/sensor-connection-check.md + - Reviews: homey/products/plt1b/reviews.md + - Examples: + - Flower Card: homey/products/plt1b/examples/flower-card.md + - Troubleshooting: + - PLT-1 Boot Mode: homey/products/plt1b/troubleshooting/plt1b-boot-mode.md + - Factory Re-Flash PLT-1: homey/products/plt1b/troubleshooting/plt1b-code.md + - Teardown and Reassembly Of PLT-1: homey/products/plt1b/troubleshooting/plt1b-teardown.md + - Reset Wi-Fi Credentials: homey/products/plt1b/troubleshooting/plt1b-reset-wi-fi-credentials.md - PUMP-1: - Introduction: homey/products/pump1/introduction.md - FAQ: homey/products/pump1/faq.md @@ -892,24 +912,4 @@ nav: - Teardown and Reassembly Of PUMP-1: homey/products/pump1/troubleshooting/pump1-teardown.md - Reset Wi-Fi Credentials: homey/products/pump1/troubleshooting/pump1-reset-wi-fi-credentials.md - Reviews: homey/products/pump1/pump1-reviews.md - - BTN-1: - - Introduction: homey/products/btn1/introduction.md - - FAQ: homey/products/btn1/faq.md - - Getting Started: homey/products/btn1/setup/getting-started.md - - Additional Info: - - General Tips: homey/products/btn1/setup/general-tips.md - - Sensor Definitions: homey/products/btn1/setup/sensor-definitions.md - - Prevent Sleep: homey/products/btn1/additional-info/prevent-sleep.md - - How To Wake Up Your Sensor: homey/products/btn1/battery-sensors/wake-up-battery-sensor.md - - Addons: - - BTN-1 Addon: homey/products/btn1/addons/btn1-addon.md - - Examples: - - Blueprint: homey/products/btn1/examples/blueprint.md - - Example Automation: homey/products/btn1/examples/example-automation.md - - Troubleshooting: - - BTN-1 Boot Mode: homey/products/btn1/troubleshooting/btn1-boot-mode.md - - Factory Re-Flash BTN-1: homey/products/btn1/troubleshooting/btn1-reflash.md - - Teardown and Reassembly Of BTN-1: homey/products/btn1/troubleshooting/btn1-teardown.md - - Reset Wi-Fi Credentials: homey/products/btn1/troubleshooting/btn1-reset-wi-fi-credentials.md - - Reviews: homey/products/btn1/btn1-reviews.md - Contact Us / Support: homey/products/general/contact-us/contact-us-support.md \ No newline at end of file