Commit Graph

2775 Commits

Author SHA1 Message Date
Edward Firmo
e1e157a2b8 Report pre-built installed packages on watchdog
Helps with #2024
2024-04-08 16:04:55 +02:00
Edward Firmo
c6d4929a53 Make timezone customization obsolete
Helps with #2024
2024-04-08 16:01:47 +02:00
Edward Firmo
ca7dcd92a9 Fix input identation 2024-04-08 15:52:54 +02:00
Edward Firmo
593f05feb9 Remember timezone on boot
Supports #2024
2024-04-08 15:47:57 +02:00
GitHub Actions
b30ba76960 Pre-built firmware for NSPanel - Timezone support on Blueprint 2024-04-08 12:15:23 +00:00
Edward Firmo
c98f50543d Timezone support on Blueprint
Still pending the code on ESPHome to store for when WiFi is out
Pending API doc.
I haven't merged this in another service for now to not break the API, but this should be done for v4.4.0

Solves #2024
2024-04-08 14:05:57 +02:00
GitHub Actions
019efade79 Pre-built firmware for NSPanel - Rename to lower case 2024-04-07 21:41:14 +00:00
Edward Firmo
a96ac51ed6 Rename to lower case 2024-04-07 23:32:11 +02:00
Edward Firmo
ea6b8bc1b3 Force rename 2024-04-07 23:31:48 +02:00
Edward Firmo
bf508ae8cb Starts customization after code_scan
To reduce total test time
2024-04-07 23:19:37 +02:00
Edward Firmo
610563f80d Trigger action with changes to wall display 2024-04-07 23:16:43 +02:00
Edward Firmo
cc787deba0 Rename to all lower case 2024-04-07 23:14:47 +02:00
GitHub Actions
05a4b1363b Pre-built firmware for NSPanel 2024-04-07 21:11:49 +00:00
Edward Firmo
113984a7e3 Run prebuild right after code_scan 2024-04-07 22:55:49 +02:00
Edward Firmo
314a0a8eab Merge branch 'dev' of https://github.com/Blackymas/NSPanel_HA_Blueprint into dev 2024-04-07 22:54:14 +02:00
Edward Firmo
d75d559a1e Merge prebuilts task 2024-04-07 22:54:02 +02:00
GitHub Actions
e4b00d5e71 Pre-built firmware for NSPanel - Fix packages order 2024-04-07 20:47:24 +00:00
Edward Firmo
e98a6a45a3 Fix packages order
Adds to #2024
2024-04-07 22:36:58 +02:00
Edward Firmo
6f432a54fd Generate MD5 for wall_display.bin 2024-04-07 22:23:54 +02:00
GitHub Actions
0eb8654663 Pre-built firmware for NSPanel 2024-04-07 20:01:38 +00:00
Edward Firmo
d368cb2239 Add config param to build in ESP-IDF
Adds to #2024
2024-04-07 20:00:06 +02:00
Edward Firmo
9920d23477 Move builds to actions
Adds to #2024
2024-04-07 19:51:57 +02:00
Edward Firmo
93b3281e6e Use const in for loop 2024-04-07 19:49:53 +02:00
Edward Firmo
03b993a83c add md5 files
Adds to #2024
2024-04-07 19:43:35 +02:00
Edward Firmo
8bb708b448 Cleanup bin from esphome folder
Relates to #2024
2024-04-07 19:20:37 +02:00
Edward Firmo
185c6f5d65 Lint 2024-04-07 19:19:27 +02:00
Edward Firmo
674c3d909d Add build flags
Adds to #2024
2024-04-07 19:17:19 +02:00
Edward Firmo
fba844f261 Add NSPanel_HA_Blueprint model to device models
Adds to #2024
2024-04-07 19:10:17 +02:00
Edward Firmo
2f697923cc Make add mac global
Complements #2024
2024-04-07 19:08:24 +02:00
Edward Firmo
5fbae3128f Merge pull request #2024 from MichaelHeimann/Blackymas-urls
Update prebuilt
2024-04-07 18:53:15 +02:00
Edward Firmo
d1b973847e Lint 2024-04-07 18:37:24 +02:00
Edward Firmo
c58dbc3516 Add build flags 2024-04-07 18:33:31 +02:00
Edward Firmo
61aa97f64e Don't include mac address code when not prebuilt 2024-04-07 18:30:58 +02:00
Edward Firmo
0ca7b9fcc7 Build firmware on actions 2024-04-07 18:19:33 +02:00
Edward Firmo
1718d9d6cf Split Wall_Display from NSPANEL_HA_BLUEPRINT 2024-04-07 18:15:50 +02:00
Edward Firmo
aafbc722fd Add build flags 2024-04-07 17:49:46 +02:00
MichaelHeimann
41b2dc0d58 Update nspanel_esphome_prebuilt.yaml 2024-04-07 16:48:52 +02:00
MichaelHeimann
25885620b6 Add files via upload 2024-04-07 16:48:23 +02:00
MichaelHeimann
b66d78bcbd Update nspanel_blueprint.yaml 2024-04-07 16:42:47 +02:00
MichaelHeimann
c0e34f284d Update nspanel_blueprint.yaml
support manual configured AND prebuilt nspanels
2024-04-05 23:37:55 +02:00
MichaelHeimann
a5ab52653c Update nspanel_blueprint.yaml
change project model to Wall_Display
2024-04-05 17:58:29 +02:00
MichaelHeimann
5db3f59679 Add files via upload 2024-04-05 17:25:13 +02:00
MichaelHeimann
96b0e0a6c6 Add files via upload
make fw update actually use fw_url textfield
2024-04-05 17:08:43 +02:00
MichaelHeimann
fddaf9bc6e Add files via upload
add text entry field for fw
2024-04-05 16:57:27 +02:00
MichaelHeimann
2542386c2d Add files via upload
create md5 URL by adding .md5 to firmware url
make firmware url non-internal
2024-04-05 16:37:34 +02:00
Edward Firmo
140cbdd409 Enables PSRAM
Supports #1983
Supports #1946
Supports #1815

Could support esphome/feature-requests#2369
2024-04-05 00:54:51 +02:00
MichaelHeimann
3bb4bdd49f redo device_name suffix generation 2024-04-04 14:11:52 +02:00
MichaelHeimann
a78a282b41 Merge pull request #2 from Blackymas/main
pull from head
2024-04-04 14:10:14 +02:00
Edward Firmo
0e6853f3bf Lint 2024-04-04 14:08:53 +02:00
Edward Firmo
b0d4d22404 Page title when opening details from custom buttons (home page)
Solves #1909
2024-04-04 13:56:26 +02:00