diff --git a/guides/automations.rst b/guides/automations.rst index 865121f28..bf94a8962 100644 --- a/guides/automations.rst +++ b/guides/automations.rst @@ -793,13 +793,13 @@ using script modes ``single`` and ``restart`` respectively. .. code-block:: yaml script: - - id: hallway_light_script - mode: restart # Light will be kept on during 1 minute since - # the latest time the script is executed - then: - - light.turn_on: hallway_light - - delay: 1 min - - light.turn_off: hallway_light + - id: hallway_light_script + mode: restart # Light will be kept on during 1 minute since + # the latest time the script is executed + then: + - light.turn_on: hallway_light + - delay: 1 min + - light.turn_off: hallway_light ... on_...: # can be called from different wall switches diff --git a/guides/diy.rst b/guides/diy.rst index 8bbec0584..f1478240f 100644 --- a/guides/diy.rst +++ b/guides/diy.rst @@ -42,7 +42,7 @@ Blog Posts & Videos - `Smart Intercom `__ by `Marc Egli `__ - `Esp32 six shutters controller `__ by `Gio-dot `__ - `Washing machine phases detector (Sonoff Pow R2) `__ by `Gio-dot `__ -- `Sonoff L1 LED Strip `__ by :ghuser:`emorydunn` +- `Sonoff L1 LED Strip `__ by :ghuser:`emorydunn` - `ESPHome for SP501E LED Controller `__ by `margau `__ - `4$ Xiaomi mijia thermometer LYWSD03MMC + ESP32 + ESPHome `__ by `Omar GHADER `__ - `Baseboard (Line Voltage) Thermostat from Smart Switch `__ by :ghuser:`rjmurph2241`