This commit is contained in:
Edward Firmo
2024-01-25 21:18:00 +01:00
parent 499dbca170
commit d1d91ae1f2
2 changed files with 8 additions and 3 deletions

View File

@@ -605,10 +605,12 @@ switch:
``` ```
### Relay Interlocking ### 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] > [!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 ```yaml
switch: switch:

View File

@@ -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. 3. Save your settings and then install it.
<!-- markdownlint-disable MD028 -->
> [!IMPORTANT] > [!IMPORTANT]
> Older versions may require `arduino` framework. > Older versions may require `arduino` framework.
> Please refer to this guide for setting the framework properly: [Change framework](customization.md#frameworks) > 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. > 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. > 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.
<!-- markdownlint-enable MD028 -->
### For Nextion TFT Component ### 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. The instructions to upload TFT will vary depending on the branch or version you are installing and the framework you are using.