Commit Graph

49 Commits

Author SHA1 Message Date
Edward Firmo
b495fc75f0 Updating error_initializing.md
Solves #1256
2023-12-16 22:47:52 +01:00
Edward Firmo
8eaec1682e Update blueprint.md
Solves #1256
2023-12-16 21:35:13 +01:00
Edward Firmo
22ed24a058 Update blueprint.md 2023-12-16 21:31:46 +01:00
Edward Firmo
884bef9774 Standardize suggested yaml between docs
Supports #1256
2023-12-16 20:36:55 +01:00
Edward Firmo
17115e09cc Selectable icon size on button pages
Solves #960
2023-12-16 18:48:34 +01:00
Edward Firmo
f81c170e2c Update Howto to new format 2023-12-15 21:57:35 +01:00
Edward Firmo
39670e378f Updated instructions for Upload TFT troubleshooting 2023-12-15 21:36:57 +01:00
Edward Firmo
671b1127ec Move DE docs to repo
These docs won't be maintained from now.
2023-12-11 23:34:01 +01:00
Edward Firmo
6c23adcf6c Moving docs to repo 2023-12-11 23:28:39 +01:00
Edward Firmo
12d5d88204 Add ppt with screenshots 2023-11-23 19:17:47 +01:00
Edward Firmo
7dcce35087 Resize pics 2023-11-23 14:16:54 +01:00
Edward Firmo
16d2906ff6 Added new screen shots with panel's frame 2023-11-23 13:52:18 +01:00
Edward Firmo
c9947bc42c Create manuals_screenshots.md 2023-11-23 11:45:02 +01:00
Edward Firmo
2a526f3cea Moving docs to the Wiki area 2023-10-19 15:51:40 +02:00
Edward Firmo
471684ad8c Merge branch 'dev' into main 2023-10-13 15:19:03 +02:00
André Klitzing
44b7eee5ee Add whitespace to fix typo
Otherwise if someone copy+paste this it will throw this error.
ERROR Error while reading config: Invalid YAML syntax:

mapping values are not allowed here
  in "nspanel.yaml", line 25, column 13:
2023-10-13 14:13:14 +02:00
Edward Firmo
ce2fefa5b3 Remove pre-built
I'm removing this at it is getting too complex and will require github tokens to copy the build files. Instead I will focus in solving the problems making hard to build.
2023-10-12 11:35:15 +02:00
Edward Firmo
b92d6d459a ESPHome pre-built binary
Add a pre-built binary for users with trouble compiling with ESPHome or users who don´t wanna play with ESPHome at all.
2023-10-11 11:40:04 +02:00
Edward Firmo
b591944a76 Sleep & Wake-up buttons 2023-10-05 15:42:03 +02:00
Edward Firmo
be6df9bb30 Added compile_process_limit 2023-09-26 18:13:01 +02:00
Edward Firmo
83baeaacf0 Typo 2023-09-22 09:59:17 +02:00
Edward Firmo
91a77ae201 timezone 2023-09-21 16:40:02 +02:00
Edward Firmo
a1c4f065a2 Customization - Deep sleep - Fix broken link 2023-09-20 07:39:15 +02:00
Edward Firmo
44aa752e70 Customizations - Deep sleep
Solves #955
2023-09-20 07:36:01 +02:00
Edward Firmo
627e0b63e7 Customizations - Blank TFT button
Probably solves #1048
2023-09-19 20:55:07 +02:00
Edward Firmo
c747ea17d5 Add customization for display sleeping/awake
Probably solves #1035
2023-09-19 20:34:19 +02:00
Edward Firmo
25ff9a0267 Update nspanel_blank.md 2023-09-19 11:33:17 +02:00
Edward Firmo
67fb8f2eda Update nspanel_blank.md 2023-09-19 11:28:09 +02:00
Edward Firmo
2715d32d15 Update nspanel_blank.md 2023-09-19 11:26:34 +02:00
Edward Firmo
b215f1779d Refresh docs 2023-09-19 11:20:13 +02:00
Edward Firmo
c632d32b87 Clean-up docs 2023-09-07 17:33:10 +02:00
Edward Firmo
4fe8633978 version 4.0 ready for release 2023-09-07 17:22:52 +02:00
Edward Firmo
3523ad8756 Updates to breaking changes list 2023-09-04 14:57:45 +02:00
Edward Firmo
d569956ff2 Add service set_component_color
Deprecates the following services:
- `send_command_font_color`
- `send_command_background_color`
2023-09-03 23:52:36 +02:00
Edward Firmo
0518531f02 Renamed wake_up_display to wake_up 2023-09-03 21:25:49 +02:00
Edward Firmo
20ef25ecb5 Fix default_target_temperature
It also updates the page home when thermostat status changes (for the chips).
Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/995#discussioncomment-6897727
2023-09-03 18:26:02 +02:00
w00zy
52dddb800c update docs (#1003)
* updated docs

* Update ReleaseNotes.md

---------

Co-authored-by: Edward Firmo <94725493+edwardtfn@users.noreply.github.com>
2023-09-02 00:19:15 +02:00
Edward Firmo
32b62adc96 Support to wake-up page on wake_up_display service
This changes the behavior of a service introduced by #734.
2023-08-31 19:59:59 +02:00
Edward Firmo
44f233fa26 Create ReleaseNotes.md 2023-08-29 10:56:06 +02:00
Edward Firmo
8989a65f03 Add support for addon_climate_cool 2023-08-25 22:00:46 +02:00
Edward Firmo
62d297c8a5 Simplify climate substitutions 2023-08-25 21:34:23 +02:00
Edward Firmo
9cfd27ebf1 Adding screenshots 2023-08-25 10:13:36 +02:00
Edward Firmo
e96e342975 Revert fast_connect back to false 2023-08-21 21:25:10 +02:00
Edward Firmo
a339ef3c8f Update alarm icon & color 2023-08-21 18:22:16 +02:00
Edward Firmo
fcc0477593 Alarm Control Panel with PIN (#982)
Implements an Alarm Control Panel page on NSPanel.

Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/66
Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/227
Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/672
Partially solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/299#discussioncomment-4874612
Partially solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/64#issuecomment-1566204490
Partially solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/718
2023-08-16 17:03:41 +02:00
Edward Firmo
9157854799 Creating "install.md" and update add-ons instructions 2023-08-14 12:05:24 +02:00
Edward Firmo
da6d8c1c5e Add Alarm docs
Update docs to reflect the current state (new features & changes)
2023-08-11 11:11:09 +02:00
Edward Firmo
028a8c4a6f Create customization.md
This will reduce the need for:
- #920
- #662
- #833
2023-08-10 11:26:16 +02:00
Edward Firmo
9556262880 Fixed link to addon climate docs 2023-08-09 23:14:05 +02:00