Edward Firmo
4b585b672d
Add Dutch/Italian date format
...
Add Dutch/Italian date format #1658
2024-01-17 00:59:47 +01:00
Edward Firmo
0e35bae534
Turn-off display when screensaver time is disabled
...
Potentially solves #1620
2024-01-17 00:41:23 +01:00
Edward Firmo
01c898b98c
Restores watchdog rounds every minute at second 30
2024-01-16 22:16:02 +01:00
Edward Firmo
6a64ae5592
Disable blank_issues_enabled
2024-01-16 19:19:33 +01:00
Edward Firmo
071a13076f
Prevents crash when climate can't provide hvac_action
...
Probably solves #1649
2024-01-16 18:23:49 +01:00
Edward Firmo
9c68166098
Bump to v4.2.2
2024-01-16 11:28:38 +01:00
Edward Firmo
9a501c45a2
Do not convert Celsius to Fahrenheit when displaying embedded temperature
...
Solves #1640
2024-01-16 11:17:15 +01:00
Edward Firmo
759e49bdf2
Update ReleaseNotes.md
2024-01-16 11:15:35 +01:00
Edward Firmo
3db3985c03
Send default color if calculated isn't RGB
...
Solves #1643
2024-01-16 10:38:24 +01:00
Edward Firmo
f34a6b4c1d
Reduce watchdog executions
...
Trying to solve #1620
2024-01-16 10:11:00 +01:00
Edward Firmo
519a8b48fb
Lint
2024-01-16 10:00:54 +01:00
Edward Firmo
59cc6a536e
Rebuild embedded climate changing calls
...
Solves #1613
Solves #1627
2024-01-16 09:43:26 +01:00
Edward Firmo
c34018c021
Embedded climate to display the correct slider
...
Partially solves #1613
Partially solves #1627
2024-01-16 09:03:18 +01:00
Edward Firmo
d55366e3fb
Lint
2024-01-16 08:55:11 +01:00
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