Fix a bunch of broken links (#4466)

This commit is contained in:
Jesse Hills 2024-11-25 17:26:24 +13:00 committed by GitHub
parent 1ddd7c94aa
commit d9e8baafd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 14 additions and 14 deletions

View File

@ -12,6 +12,7 @@
/components/ota.html /components/ota/esphome.html 301
/components/ota_http_request.html /components/ota/http_request.html 301
/components/sensor/mmc5063.html /components/sensor/mmc5603.html 301
/components/sensor/kalman_combinator.html /components/sensor/combination.html 301
/cookbook/brilliant-mirabella-genio-smart-plugs.html https://devices.esphome.io/devices/Mirabella-Genio-Wi-Fi-1-USB 301
/cookbook/zemismart-rgbw-downlights.html https://devices.esphome.io/devices/Zemismart-LED-RGBWW-Downlight 301

View File

@ -20,7 +20,7 @@ ESPHome 2022.1.0 - 19th January 2022
Kalman Combinator, components/sensor/kalman_combinator, function.svg, dark-invert
MCP3204, components/sensor/mcp3204, mcp3204.jpg
MCP47A1, components/output/mcp47a1, mcp47a1.svg
Midea IR Climate, components/climate/ir_climate, air-conditioner-ir.svg, dark-invert
Midea IR Climate, components/climate/climate_ir, air-conditioner-ir.svg, dark-invert
Safe Mode Button, components/button/safe_mode, restart-alert.svg, dark-invert
Shutdown Button, components/button/shutdown, power_settings.svg, dark-invert
Tuya Number, components/number/tuya, tuya.png

View File

@ -17,8 +17,8 @@ ESPHome 2023.12.0 - 20th December 2023
Graphical Display Menu, components/display_menu/graphical_display_menu, graphical_display_menu.png
FT63X6, components/touchscreen/ft63x6, wt32-sc01.png
A02YYUW, components/sensor/a02yyuw, a02yyuw.jpg
PN7150, components/binary_sensor/pn7150, pn7150.jpg
PN716X, components/binary_sensor/pn7160, pn716x.jpg
PN7150, components/pn7150, pn7150.jpg
PN716X, components/pn7160, pn716x.jpg
Graphical Menu
--------------

View File

@ -15,7 +15,7 @@ ESPHome 2023.9.0 - 27th September 2023
WireGuard, components/wireguard, wireguard_custom_logo.svg, dark-invert
PMWCS3, components/sensor/pmwcs3, pmwcs3.jpg
SEN0321, components/sensor/sen0321, sen0321.jpg
LightWaveRF, components/light/lightwaverf, brightness-medium.svg, dark-invert
LightWaveRF, components/lightwaverf, brightness-medium.svg, dark-invert
BMI160, components/sensor/bmi160, bmi160.jpg
SPI LED Strips, components/light/spi_led_strip, apa102.jpg

View File

@ -14,7 +14,7 @@ Changelog - Version 1.12.0
MPR121, components/binary_sensor/mpr121, mpr121.jpg
SDS011, components/sensor/sds011, sds011.jpg
MCP23017, components/mcp23017, mcp23017.svg
MCP23017, components/mcp230xx, mcp23017.svg
Servo, components/servo, servo.svg
WiFi Info, components/text_sensor/wifi_info, network-wifi.svg, dark-invert

View File

@ -26,8 +26,8 @@ Changelog - Version 1.13.0 - May 30th 2019
Binary Sensor Map, components/sensor/binary_sensor_map, binary_sensor_map.jpg
TTP229, components/binary_sensor/ttp229, ttp229.jpg
Coolix IR Remote, components/climate/coolix, air-conditioner.svg, dark-invert
Tcl112 IR Remote, components/climate/tcl112, air-conditioner.svg, dark-invert
Coolix IR Remote, components/climate/climate_ir, air-conditioner.svg, dark-invert
Tcl112 IR Remote, components/climate/climate_ir, air-conditioner.svg, dark-invert
Sun, components/sun, weather-sunny.svg, dark-invert
GPS Time Source, components/gps, crosshairs-gps.svg, dark-invert

View File

@ -30,15 +30,15 @@ Changelog - Version 1.14.0 - November 1
Tx20, components/sensor/tx20, tx20.jpg
VL53L0x, components/sensor/vl53l0x, vl53l0x.jpg
Xiaomi CGG1, components/sensor/xiaomi_cgg1, xiaomi_cgg1.jpg
Xiaomi LYWSD02, components/sensor/xiaomi_lywsd02, xiaomi_lywsd02.jpg
Xiaomi CGG1, components/sensor/xiaomi_ble, xiaomi_cgg1.jpg
Xiaomi LYWSD02, components/sensor/xiaomi_ble, xiaomi_lywsd02.jpg
ZyAura, components/sensor/zyaura, zgm053.jpg
TLC59208F, components/output/tlc59208f, tlc59208f.jpg
SM16716, components/output/sm16716, sm16716.svg
Tuya Dimmer, components/light/tuya, brightness-medium.svg, dark-invert
SSD1325, components/display/ssd1325, ssd1325.jpg
Yashima IR Remote, components/climate/yashima, air-conditioner.svg, dark-invert
Yashima IR Remote, components/climate/climate_ir, air-conditioner.svg, dark-invert
MCP23008 I/O Expander, components/mcp230xx, mcp230xx.svg
SX1509 I/O Expander, components/sx1509, sx1509.jpg
@ -275,7 +275,7 @@ Notable Changes & New Features
- All :doc:`native API </components/api>` communication stubs are now automatically
generated using automated scripts. This is a big step towards making the API more flexible, for
example cross-device communication (:esphomepr:`633`).
- New class :apiclass:`CustomAPIDevice` to declare user-defined services straight from custom components.
- New class :apiclass:`api::CustomAPIDevice` to declare user-defined services straight from custom components.
See the updated :doc:`custom component guide </custom/custom_component>`.
- :ref:`Sensors <config-sensor>` have a new ``force_update`` option (:esphomepr:`783`).
- Add GPIO Switch :ref:`interlock_wait_time <switch-gpio-interlocking>` (:esphomepr:`777`).

View File

@ -36,7 +36,7 @@ Changelog - Version 1.15.0 - September 13, 2020
ILI9341, components/display/ili9341, ili9341.jpg
PCD8544 (Nokia 5110/ 3310), components/display/pcd8544, pcd8544.jpg
BLE Scanner, components/text_sensor/ble_scanner, bluetooth.svg, dark-invert
Custom UART Text Sensor, components/text_sensor/uart, language-cpp.svg, dark-invert
Custom UART Text Sensor, cookbook/lambda_magic, language-cpp.svg, dark-invert
Thermostat Controller, components/climate/thermostat, air-conditioner.svg, dark-invert
PID Controller, components/climate/pid, function.svg, dark-invert
IR Remote Climate, components/climate/ir_climate, air-conditioner-ir.svg, dark-invert

View File

@ -105,7 +105,7 @@ Build
.. note::
The easiest way is to use the `esphome-docs container image <ghcr.io/esphome/esphome-docs/>`__:
The easiest way is to use the `esphome-docs container image <https://ghcr.io/esphome/esphome-docs/>`__:
.. code-block:: bash

View File

@ -37,7 +37,6 @@ Blog Posts & Videos
- `Sonoff 4CH Irrigation Controller with Nextion Display <https://github.com/bruxy70/Irrigation-with-display>`__ by :ghuser:`bruxy70`
- `Automated Bathroom Ventilation <https://www.youtube.com/watch?v=weBDnmrQYOs>`__ by `Intermittent Technology <https://intermit.tech>`__
- `ESPHome MP3 Sound Machine <https://selfhostedhome.com/esp8266-mp3-sound-machine/>`__ by `Self Hosted Home <https://selfhostedhome.com>`__
- `ESP32 Camera+ESP8266 PIR <https://www.dopebuild.com/i-am-sorry-dave-i-am-unable-to-do-that/>`__ by `Dave Richer <https://dopebuild.com/>`__
- `Detecting Sound with ESP8266 <https://thibmaek.com/posts/detecting-sound-level-using-esp8266-and-esphome>`__ by `Thibault Maekelbergh <https://thibmaek.com>`__
- `SW420 Vibration Sensor with Remote Notifications <https://github.com/rmooreID/Home-Assistant-Appliance-Monitor/>`__ by :ghuser:`rmooreID`
- `DIY Irrigation Controller (with Internal Scheduler + Lovelace UI) <https://brianhanifin.com/posts/diy-irrigation-controller-esphome-home-assistant/>`__ by :ghuser:`BrianHanifin`