You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/customization.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -343,7 +343,7 @@ time:
343
343
sleep_duration: 7h
344
344
```
345
345
346
-
You can find more ideas around this on [#955](https://github.com/edwardtfn/NSPanel-Easy/issues/955).
346
+
You can find more ideas around this on [Blackymas/NSPanel_HA_Blueprint#955](https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/955).
347
347
348
348
### Enforce time zone
349
349
Until v3.4 (including), the time was coming from Home Assistant with it's timezone, so the Blueprint was sending the info with no transformation, to the panel.
@@ -719,7 +719,9 @@ This is particularly useful for devices like WiFi-connected lights.
719
719
For instance, you can program it to cut the power to a connected light under certain conditions, directly via a switch.
720
720
721
721
#### Use Case
722
-
One application, as utilized by @tikismoke and detailed in [#1349](https://github.com/edwardtfn/NSPanel-Easy/issues/1349), is in response to fluctuating energy prices.
722
+
One application, as utilized by @tikismoke and detailed in
When the energy price is high, an automation can change the fallback mode to cut off the relay.
724
726
This ensures that the bulb does not consume energy in standby mode. However, it will still function normally with `light.toggle` from the blueprint in all other cases.
725
727
Local control is reinstated when the power price returns to normal.
@@ -765,7 +767,8 @@ switch:
765
767
766
768
### Relay Interlocking
767
769
This is using ESPHome capability to prevents the two relays to be active at the same time, which could be useful in some cases,
768
-
like to control a cover like discussed in [#965](https://github.com/edwardtfn/NSPanel-Easy/issues/965).
> There are some considerations about using software interlocking on the [ESPHome GPIO Switch documentation](https://esphome.io/components/switch/gpio.html#interlocking).
@@ -27,7 +27,7 @@ With less memory the compiler will crash!
27
27
28
28
> [!TIP]
29
29
> Place this in a dedicated customization section in your YAML for easier maintenance,
30
-
similar to [this example](https://github.com/edwardtfn/NSPanel-Easy/blob/main/docs/customization.md#instructions).
30
+
similar to [this example](/docs/customization.md#instructions).
31
31
32
32
3. Restart your host system, not just Home Assistant. Use the advanced options to **Reboot system**, which also restarts add-ons and can free up memory.
0 commit comments