Skip to content

Commit 2698184

Browse files
committed
Lint
1 parent c21042a commit 2698184

8 files changed

Lines changed: 10 additions & 129 deletions

docs/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
## Advanced settings
1414
- [Customization](customization.md)
15-
- [Add-on Bluetooth Proxy](addon_bluetooth_proxy.md)
1615
- [Add-on Climate](addon_climate.md)
1716
- [Add-on Cover](addon_cover.md)
1817
- [Alarm Control Panel](alarm.md)

docs/alarm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To enable this:
2929
1. Go to your ESPHome integrations panel (Settings > Devices and services > ESPHome).
3030
2. Click "Configure" next to your panel's entry.
3131

32-
![Configure option in ESPHome integrations panel](https://github.com/edwardtfn/NSPanel-Easy/assets/94725493/37bfc622-c0cd-4941-a397-3eeb2ddbe6a2)
32+
![Configure option in ESPHome integrations panel](pics/94725493/37bfc622-c0cd-4941-a397-3eeb2ddbe6a2)
3333

3434
3. Select the "**Allow the device to perform Home Assistant actions**" option.
3535

docs/customization.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ time:
343343
sleep_duration: 7h
344344
```
345345

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).
347347

348348
### Enforce time zone
349349
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.
719719
For instance, you can program it to cut the power to a connected light under certain conditions, directly via a switch.
720720

721721
#### 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
723+
[Blackymas/NSPanel_HA_Blueprint#1349](https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/1349),
724+
is in response to fluctuating energy prices.
723725
When the energy price is high, an automation can change the fallback mode to cut off the relay.
724726
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.
725727
Local control is reinstated when the power price returns to normal.
@@ -765,7 +767,8 @@ switch:
765767

766768
### Relay Interlocking
767769
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).
770+
like to control a cover like discussed in
771+
[Blackymas/NSPanel_HA_Blueprint#965](https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/965).
769772

770773
> [!ATTENTION]
771774
> There are some considerations about using software interlocking on the [ESPHome GPIO Switch documentation](https://esphome.io/components/switch/gpio.html#interlocking).

docs/different_version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ It's always a good idea to refer to the latest version of the project for curren
9696
- For the most up-to-date information and updates,
9797
refer to the [project's documents](README.md)
9898
and check the [issues](https://github.com/edwardtfn/NSPanel-Easy/issues)
99-
and [discussions](https://github.com/edwardtfn/NSPanel-Easy/discussions) sections on our GitHub repository.
99+
sections on our GitHub repository.

docs/error_compiling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ These are our suggestions for both cases:
77

88
Go to your ESPHome Dashboard, click the 3-dot menu related to your device and then "**Clean Build Files**":
99

10-
![image](https://raw.githubusercontent.com/edwardtfn/NSPanel-Easy/dev/docs/pics/esphome_dashboard_clean_build_files.png)
10+
![image](/docs/pics/esphome_dashboard_clean_build_files.png)
1111

1212
## Limited resources on ESPHome compiler host
1313
### Free Up Server Resources
@@ -27,7 +27,7 @@ With less memory the compiler will crash!
2727
2828
> [!TIP]
2929
> 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).
3131
3232
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.
3333

docs/lovelace_ui.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

docs/nspanel_blank.md

Lines changed: 0 additions & 50 deletions
This file was deleted.
62 KB
Loading

0 commit comments

Comments
 (0)