From d1d91ae1f230ea9d3aca96f93523ae2ea1ce052e Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Thu, 25 Jan 2024 21:18:00 +0100 Subject: [PATCH] Lint --- docs/customization.md | 6 ++++-- docs/different_version.md | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/customization.md b/docs/customization.md index 51a62a0..74936a3 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -605,10 +605,12 @@ switch: ``` ### Relay Interlocking -This is using ESPHome capability to prevents the two relays to be active at the same time, which could be useful in some cases, like to control a cover like discussed in [#965](https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/965). +This is using ESPHome capability to prevents the two relays to be active at the same time, which could be useful in some cases, +like to control a cover like discussed in [#965](https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/965). > [!ATTENTION] -> There are some considerations about using software interlocking on the [ESPHome GPIO Switch documentation](https://esphome.io/components/switch/gpio.html#interlocking). Please read that carefully to understand what this is doing. +> There are some considerations about using software interlocking on the [ESPHome GPIO Switch documentation](https://esphome.io/components/switch/gpio.html#interlocking). +Please read that carefully to understand what this is doing. ```yaml switch: diff --git a/docs/different_version.md b/docs/different_version.md index c9c8378..ccd6ba6 100644 --- a/docs/different_version.md +++ b/docs/different_version.md @@ -49,6 +49,7 @@ They're created for each new release, allowing easy access to different project 3. Save your settings and then install it. + > [!IMPORTANT] > Older versions may require `arduino` framework. > Please refer to this guide for setting the framework properly: [Change framework](customization.md#frameworks) @@ -57,7 +58,9 @@ They're created for each new release, allowing easy access to different project > Older versions of the components may not be compatible with the latest ESPHome compiler or Home Assistant. > > Ensure you are using a compatible version of Home Assistant and the compiler when working with older project versions to avoid potential issues. -> You can use our [Version compatibility matrix](version_compatibility.md) to identify the minimum requirement per version as a reference for possible version incompatibility, although we don't have a register of the "Maximum version" supported. +> You can use our [Version compatibility matrix](version_compatibility.md) to identify the minimum requirement per version as a reference for possible version incompatibility, +> although we don't have a register of the "Maximum version" supported. + ### For Nextion TFT Component The instructions to upload TFT will vary depending on the branch or version you are installing and the framework you are using.