Edward Firmo
89c5cf227d
Update "TFT update" manual
2024-01-16 08:53:59 +01:00
Edward Firmo
02b0e8a340
Improved TFT update instructions
2024-01-16 08:50:16 +01:00
Edward Firmo
6dd4733b4b
Rebuild Embedded Climate page constructor
...
Partially solves #1613
Partially solves #1627
2024-01-16 08:42:14 +01:00
Edward Firmo
4cdd80550f
Add log to climate page constructor
...
To help troubleshooting:
- #1627
- #1613
2024-01-16 00:18:23 +01:00
Edward Firmo
17c200da53
Add firmware update service
2024-01-15 19:55:25 +01:00
Edward Firmo
284aa843b4
Drop support to weather.get_forecast
...
Solves #1630
2024-01-15 19:21:23 +01:00
Edward Firmo
0fbe9bce0f
Adding "Compiling Errors Guide"
2024-01-15 18:02:30 +01:00
Edward Firmo
43c78b76f8
Add shortcut to HA logs
2024-01-15 17:57:15 +01:00
Edward Firmo
a2eea277bc
Update ReleaseNotes.md
2024-01-15 17:48:14 +01:00
Edward Firmo
edb2fb4a2e
Add "Dynamic icons using device_class"
...
Relates to #1610
2024-01-15 16:32:52 +01:00
Edward Firmo
a6338b173f
Prioritize icon from attributes over icon from device_class.
2024-01-15 13:00:55 +01:00
Edward Firmo
2765efa3ca
Fix bug preventing device_class based icon to load
2024-01-15 12:55:21 +01:00
Edward Firmo
b46ab6a6d2
Don't use state for sensor's device class icons
...
Solves b3543af0b7 (commitcomment-137046780)
2024-01-15 12:41:21 +01:00
Edward Firmo
a1a2a897c6
Merge branch 'dev' of https://github.com/Blackymas/NSPanel_HA_Blueprint into dev
2024-01-15 10:41:06 +01:00
Edward Firmo
e0c6fb9810
Remove old upload code
...
To make it easier to compilers with low resources
2024-01-15 10:41:01 +01:00
Edward Firmo
aae12d0be7
Update validate_yamllint.yml
2024-01-15 01:09:20 +01:00
Edward Firmo
a820723f44
Update validate_yamllint.yml
2024-01-15 01:07:19 +01:00
Edward Firmo
9d6285633c
Update validate_yamllint.yml
2024-01-15 01:06:39 +01:00
Edward Firmo
7ed8bd60a4
Added pic for clean build files
2024-01-15 00:56:12 +01:00
Edward Firmo
33a0e418be
Merge branch 'dev' of https://github.com/Blackymas/NSPanel_HA_Blueprint into dev
2024-01-15 00:20:03 +01:00
Edward Firmo
83016ec605
Reduce yaml double verification
2024-01-15 00:19:52 +01:00
Edward Firmo
13e725be02
Merge pull request #1633 from illuzn/light-brightness-fix
...
Fix for Lights with no brightness supported_features
2024-01-15 00:12:21 +01:00
Edward Firmo
6e8ca96e4f
Make it valid to other domains
2024-01-15 00:09:28 +01:00
Edward Firmo
b3543af0b7
Fix typo
2024-01-15 00:05:47 +01:00
Edward Firmo
45a56a4340
Merge pull request #1635 from illuzn/dynamic-icon-patch
...
Implement dynamic icons and use device_class
2024-01-14 23:51:46 +01:00
Edward Firmo
a2bc755b89
Merge pull request #1628 from illuzn/alignment-fix
...
[BUG FIX] Fixes the incorrect labelling of the entity pages alignment on US Portrait.
2024-01-14 23:48:54 +01:00
Edward Firmo
40efe3d7b3
Merge pull request #1610 from PaulAntonDeen/patch-2
...
Add ISO8601 date formatting as an option
2024-01-14 23:48:22 +01:00
Edward Firmo
878cf6a58c
Lint
2024-01-14 23:48:01 +01:00
Edward Firmo
008016a3d6
Make it a dict of dicts
...
To simplify the code.
I've also moved the dictionary to the variables areas as that other place is copied via anchors to many places in the code.
2024-01-14 23:45:39 +01:00
Edward Firmo
286123f9c7
Lint
2024-01-14 23:20:44 +01:00
Edward Firmo
f0a817fff6
Removed unnecessary code and prepared release notes (draft)
2024-01-14 23:15:35 +01:00
Edward Firmo
126e5c0d7b
Merge branch 'dev' of https://github.com/Blackymas/NSPanel_HA_Blueprint into dev
2024-01-14 23:09:48 +01:00
Edward Firmo
217b456e75
Fix crash when internal temp sensor was not defined
...
This was preventing the rendering of other elements on Home page until those elements gets an update on it's statuses.
This change also add a input for default icon fallback colors for `on` and `off` states.
Solves #1624
2024-01-14 23:09:30 +01:00
illuzn
08d44d4064
Typo fixes
2024-01-15 05:21:12 +10:30
illuzn
ae80c7f1ed
Covers, binary_sensors, sensors and switches now use their state and device_classes to dynamically determine the icon displayed.
...
The mappings used are the same as HA frontend.
This should work wherever the anchor `variable_entity` is called - i.e. button pages, entity pages, home buttons, home status bar, home sensors,
2024-01-15 05:16:17 +10:30
illuzn
df2c7cff28
supported_features attribute is already obtained elsewhere so use that instead.
2024-01-15 01:23:13 +10:30
illuzn
73def31fce
Incorrect branch
2024-01-15 01:21:46 +10:30
illuzn
8122516ceb
Hides the secondary state shown in bri if the light doesn't support changing brightness.
2024-01-15 01:10:37 +10:30
illuzn
7b40f31599
Fixes the labelling of the alignment on US Portrait.
...
Need to confirm that this confirguration is the same for EU and US Landscape - it may be that the Nextion HMI is different for US Portrait because of rotation.
2024-01-14 16:53:00 +10:30
Edward Firmo
a81be28085
Merge pull request #1609 from PaulAntonDeen/patch-1
...
Fix Wi-Fi reference on QR code example
2024-01-12 22:47:38 +01:00
Paul Deen
f74dc421e4
Update nspanel_blueprint.yaml
...
Added ISO8601 month day seperation for date : "-" see https://en.wikipedia.org/wiki/ISO_8601
2024-01-12 16:13:46 +01:00
Paul Deen
0ac153dd56
Update blueprint.md
...
Update the QR code string from Wi-Fi to WIFI to match the QR URI standard (not it will work if you scan it with an android phone).
2024-01-12 15:58:39 +01:00
Edward Firmo
327de69a6f
Merge pull request #1608 from Blackymas/beta
...
v4.2.1 - Bug fixes
2024-01-12 14:23:27 +01:00
Edward Firmo
1036182bd2
Merge pull request #1607 from Blackymas/dev
...
v4.2.1 to beta
2024-01-12 13:42:09 +01:00
Edward Firmo
6bda8a56ea
Bump to v4.2.1
2024-01-12 13:27:00 +01:00
Edward Firmo
dc1f836684
Moving "changing the framework" higher
2024-01-11 23:37:49 +01:00
Edward Firmo
f0216982e0
Update howto.md
2024-01-11 23:19:45 +01:00
Edward Firmo
007fb1f70d
Merge branch 'dev' of https://github.com/Blackymas/NSPanel_HA_Blueprint into dev
2024-01-11 23:16:42 +01:00
Edward Firmo
7b1557894b
Add "Clean build files" to the update instructions
...
Solves #1601
2024-01-11 23:16:39 +01:00
Edward Firmo
8b4e3ea4c9
Update howto.md
2024-01-11 23:00:50 +01:00