Commit Graph

2186 Commits

Author SHA1 Message Date
Edward Firmo
d4c7306b7a Lint 2024-02-18 16:48:09 +01:00
Edward Firmo
7901cbf278 Lint 2024-02-18 16:43:48 +01:00
Edward Firmo
2e202d5935 Update validate_yamllint.yml 2024-02-18 16:40:24 +01:00
Edward Firmo
67476989e3 Update api.md 2024-02-18 11:17:30 +01:00
Edward Firmo
f1ba44ce25 New API schema (in progress) 2024-02-18 11:01:49 +01:00
Edward Firmo
65d37d7403 Rebuilding API (INCOMPLETE) 2024-02-17 21:05:56 +01:00
Edward Firmo
76155b3b1d Prebuilt yaml (experimental) 2024-02-16 22:47:17 +01:00
Edward Firmo
5c8fd6301a New schema for services 2024-02-16 22:45:31 +01:00
Edward Firmo
41613e2af1 esp-idf as default framework 2024-02-16 19:43:34 +01:00
Edward Firmo
edf8c22409 Use new url for download TFT 2024-02-16 19:02:44 +01:00
Edward Firmo
aa760968c4 Rebuild device_name engine
The solution based on `device_attr` wasn't reliable, so I've replaced it by a sensor.

Solves #1787
2024-02-16 19:01:07 +01:00
Edward Firmo
c0430b4410 Keep addons in the root
To avoid breaking changes
2024-02-16 18:55:42 +01:00
Edward Firmo
dc4a5f43e1 Reorg repo
Simplifies things
2024-02-16 16:55:12 +01:00
Edward Firmo
67e358b526 Check if entity_id is valid before getting attributes
Solves #1637
2024-02-16 10:18:38 +01:00
Edward Firmo
fbfdaa6d3b Merge pull request #1801 from illuzn/doc_update
Documentation Enhancement: Add note about bluetooth proxy RAM usage
2024-02-16 00:53:41 +01:00
Edward Firmo
d411a207cb Only hide buttons when page is visible 2024-02-16 00:04:27 +01:00
Edward Firmo
776dc0918e Bump to v4.2.6dev 2024-02-15 23:59:17 +01:00
Edward Firmo
3fa3552768 Lint 2024-02-15 23:56:19 +01:00
Edward Firmo
c82ea7761a Merge pull request #1800 from illuzn/icon_update
Sync icons with HA core 2024.2
2024-02-15 23:44:12 +01:00
Edward Firmo
04248847a5 Use globals for version
Solves #1794
2024-02-15 23:38:45 +01:00
Edward Firmo
5324c4f4b3 Fix button id during upload
Solves #1794
2024-02-15 23:18:21 +01:00
Edward Firmo
716c5c38f3 Move Nextion external component to core
Solves #1803
2024-02-15 22:58:42 +01:00
Edward Firmo
a73b756f51 Clarify memory usage on the customization docs
Solves #1686
2024-02-15 13:45:02 +01:00
illuzn
a59fbac4cd Linting 2024-02-15 22:11:51 +10:30
illuzn
3370f309b6 Sync icons with HA core 2024.2 changes 2024-02-15 22:07:14 +10:30
illuzn
5cd0455e3d Update customisation docs to reflect RAM issues with bluetooth proxy 2024-02-15 21:32:27 +10:30
Edward Firmo
97133cea0b Improve instructions to adjust sleep brightness
Solves #1796
2024-02-14 11:54:45 +01:00
Edward Firmo
579a67feac Do not show chips when climate is auto
Solves #1265
2024-02-14 10:15:07 +01:00
Edward Firmo
668aad4bb2 Do not trigger delay for automation and scene on page construction
Solves #1746
2024-02-14 09:38:04 +01:00
Edward Firmo
a952750a8b Lint 2024-02-13 22:08:58 +01:00
Edward Firmo
7e1f8318ce Merge branch 'dev' of https://github.com/Blackymas/NSPanel_HA_Blueprint into dev 2024-02-13 20:30:06 +01:00
Edward Firmo
da58286a44 Fix display when unit of measurement isn't provided
Solves #1790
Solves #1792
2024-02-13 20:30:02 +01:00
Edward Firmo
14121f20d4 No validation to text fields 2024-02-13 08:31:47 +01:00
Edward Firmo
a52a7cee55 Lint 2024-02-12 12:52:15 +01:00
Edward Firmo
156dbf8345 Lint 2024-02-12 12:50:37 +01:00
Edward Firmo
1c8c90d6de Set fetch-depth to 0 2024-02-12 12:49:06 +01:00
Edward Firmo
cd6eb12e6e Lint 2024-02-12 10:26:24 +01:00
Edward Firmo
05bdd410cc this update is compatible with existing v4.2 components 2024-02-12 10:21:23 +01:00
Edward Firmo
5111fdb3f1 Bump to v4.2.5
Getting prepared to a release.
2024-02-12 09:49:19 +01:00
Edward Firmo
b7c500fef1 Use stable Nextion component 2024-02-12 09:36:03 +01:00
Edward Firmo
a0796a66fc Add link to goal 2024-02-12 09:32:27 +01:00
Edward Firmo
81bbffe43a Lint 2024-02-11 22:21:08 +01:00
Edward Firmo
8dbb83c6d9 Improved Blueprint Input Clarity
Solves #1782
2024-02-11 21:09:42 +01:00
Edward Firmo
d062b542d3 LocalTuya Fan Speed Controls Fix
Solves #1706
2024-02-11 01:21:50 +01:00
Edward Firmo
9c88dd27ea Merge branch 'dev' of https://github.com/Blackymas/NSPanel_HA_Blueprint into dev 2024-02-11 01:14:31 +01:00
Edward Firmo
2143f4ae27 Split fan.set_percentage from fan.turn_on
Solves an issue when using fan from LocalTuya integration.

Solves #1706
2024-02-11 01:14:25 +01:00
Edward Firmo
e1666fab40 Update ReleaseNotes.md 2024-02-09 19:37:49 +01:00
Edward Firmo
73e82bbfe5 Merge pull request #1778 from bluefoxlee/dev
Update Size 48 font and international character set text.
2024-02-09 19:33:23 +01:00
Edward Firmo
d1d19ffb06 upload_tft_baud_rate on UI 2024-02-09 19:32:07 +01:00
bluefoxlee
f85844d4dd Update size 48 fonts.
Update size 48 fonts in order to fix missing CJK characters. 
Found one missing issue in Climate page.
2024-02-10 02:09:34 +08:00