Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
57026ba
don't make it an error
dgomes Oct 9, 2022
9c1f325
Merge branch 'main' of github.com:dgomes/hasp-lvgl-custom-component
dgomes Oct 26, 2022
cae7a6b
Update const.py
fvanroie Jan 27, 2023
ba6b5e4
Merge pull request #105 from HASwitchPlate/fvanroie-patch-1
fvanroie Jan 27, 2023
625e6b9
Merge branch 'main' of github.com:dgomes/hasp-lvgl-custom-component
dgomes Jan 29, 2023
dc2d98b
add optional image resize to fit dimensions
dgomes Jan 29, 2023
8d7acda
add optional image resize to fit dimensions
dgomes Jan 29, 2023
71e4f6a
resize don't thumbnail if fit screen
dgomes Jan 29, 2023
b2ed186
resize is not inplace
dgomes Jan 30, 2023
1427244
document fitscreen
dgomes Jan 30, 2023
932e5dd
Update image.py
fvanroie Aug 5, 2023
4ccb06f
Update manifest.json
fvanroie Aug 5, 2023
6ed4ea4
Update manifest.json
fvanroie Aug 5, 2023
3b8be7f
fix mqtt discovery
dgomes Feb 19, 2024
2a4bfce
fix for magic numbers since 2024.1
dgomes Feb 25, 2024
dcc4875
fix: method renamed
dgomes Feb 25, 2024
78fec08
don't create persistent notification and just issue warning on versio…
dgomes Feb 25, 2024
e9ac4d3
support discovery through mDNS
dgomes Feb 25, 2024
72f262b
black + isort
dgomes Feb 25, 2024
7af0c7a
fix key sort
dgomes Feb 25, 2024
fea4ebf
fix: adjust to firmware updates
dgomes Feb 25, 2024
d257639
standardize state value with firmware state reply
dgomes Feb 27, 2024
1205da0
Update manifest.json
fvanroie Feb 28, 2024
520acdb
Added optional setting http_proxy to push_image
xNUTx Mar 1, 2024
780374f
fix mDNS configurations
dgomes Mar 9, 2024
ee7172a
eval -> json.loads
dgomes Mar 9, 2024
f7b555c
PIL uses a width,height tuple for resize() and thumbnail().
FreeBear-nc May 2, 2024
10833d3
Merge pull request #121 from FreeBear-nc/main
fvanroie May 12, 2024
d36d97d
address https://developers.home-assistant.io/blog/2024/02/27/deprecat…
dgomes May 13, 2024
246fb06
Merge branch 'main' of github.com:dgomes/hasp-lvgl-custom-component
dgomes May 13, 2024
24f071c
move file open to executor job
dgomes May 13, 2024
d7ec526
feat: allow full script syntax in event section
akloeckner Aug 8, 2023
dc71991
chore: apply black style
akloeckner Aug 8, 2023
801e5f6
Merge pull request #123 from HASwitchPlate/open_file_executor_job
fvanroie Jun 11, 2024
5dfa78a
Merge pull request #112 from akloeckner/feat/script
fvanroie Jun 15, 2024
b7bd825
Fixes #131
illuzn Jul 12, 2024
b42c822
Merge pull request #132 from illuzn/fix_json_patch
fvanroie Jul 12, 2024
276c4cd
Replace deprecated async_forward_entry_setup call
TNTLarsn Aug 6, 2024
a8eb383
Merge pull request #137 from TNTLarsn/patch-1
fvanroie Aug 6, 2024
f800237
fix: properly split jsonl upload at lineends
akloeckner Aug 6, 2024
ae12b29
Merge pull request #138 from akloeckner/fix/jsonl
fvanroie Aug 6, 2024
dadf78e
Merge branch 'HASwitchPlate:main' into main
xNUTx Aug 8, 2024
4fdc6a0
page or num_pages can contain a string
xNUTx Aug 8, 2024
1f00a56
not a file, so check for it removed and comparison syntax fixed
xNUTx Aug 8, 2024
6fa1255
Update custom_components/openhasp/services.yaml
xNUTx Aug 8, 2024
ad6d753
if statement improved as requested
xNUTx Aug 8, 2024
c38633d
Merge branch 'main' of https://github.com/xNUTx/openHASP-custom-compo…
xNUTx Aug 8, 2024
f25c3d2
if statement reverted to include in a different PR
xNUTx Aug 8, 2024
86bca7e
the display stops or refuses to dynamically update and throws an erro…
xNUTx Aug 8, 2024
97b88e5
When using the same image source more then once, using a md5 hash of …
xNUTx Aug 14, 2024
133f5ea
Merge pull request #143 from xNUTx/imageresize
fvanroie Aug 14, 2024
95eb55d
Checking for int type to correctly validate the page variable content
xNUTx Aug 15, 2024
b13dc38
Merge branch 'HASwitchPlate:main' into main
xNUTx Aug 15, 2024
e3af9a0
Merge branch 'HASwitchPlate:main' into reloadfix
xNUTx Aug 15, 2024
9f3cd30
As requested, just the var instead.
xNUTx Aug 19, 2024
847825d
Merge pull request #140 from xNUTx/reloadfix
fvanroie Aug 19, 2024
2960137
Update manifest.json #145
fvanroie Aug 19, 2024
512f05a
fix for 2024.9
dgomes Aug 29, 2024
f8386d3
Merge pull request #144 from xNUTx/http_proxy
fvanroie Sep 1, 2024
906749d
Update manifest.json
fvanroie Sep 4, 2024
5de3dac
PR #140 seems to be a partial fix, so revisit to fix it again.
xNUTx Sep 5, 2024
d2c9afd
Made sure the component setup is not done until MQTT is fully configu…
xNUTx Sep 6, 2024
48a2671
Merge pull request #149 from xNUTx/updatefix
fvanroie Sep 6, 2024
f84cd3d
Update manifest.json
fvanroie Sep 6, 2024
b2df3dc
Update RELEASE.md
fvanroie Sep 6, 2024
6563948
Update RELEASE.md
fvanroie Sep 6, 2024
4218153
Add information on plate MAC address and reformats code
dgomes Sep 20, 2024
1029cfc
fix(openhasp): Use proper entity service schemas and switch to `async…
wjnelson78 Mar 11, 2025
7c29389
Update __init__.py
fvanroie Oct 9, 2025
2295ad8
Update manifest.json
fvanroie Oct 9, 2025
d82fa8b
Update RELEASE.md
fvanroie Oct 9, 2025
dd0f834
Fix OptionsFlow config_entry setter error in Home Assistant 2024.x+
wjnelson78 Dec 15, 2025
674c561
Address review feedback: use cv.make_entity_service_schema for all se…
wjnelson78 Dec 15, 2025
6b95e76
Merge pull request #159 from wjnelson78/patch-3
fvanroie Dec 17, 2025
d3313d3
Merge pull request #165 from wjnelson78/fix/options-flow-config-entry…
fvanroie Dec 17, 2025
8de2d3a
Add support for custom/subtopic (#167)
cumal Mar 23, 2026
bc6690c
Bump version from 0.7.8 to 0.7.9
fvanroie Mar 23, 2026
474f6ee
Change supported color modes to ONOFF for HASPLight
fvanroie Mar 23, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 35 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,43 @@
# 0.6.6
# 0.7.7
* Fix for firmware version number has more than three digits. by @fvanroie

# 0.7.6
* Fix: MQTTt not being ready at startup. by @xNUTx in https://github.com/HASwitchPlate/openHASP-custom-component/pull/149

# 0.7.5
* Support for HA 2024.9 by @dgomes
* fix: Reuse of the same image with different sized displays causes a random resize. by @xNUTx in https://github.com/HASwitchPlate/openHASP-custom-component/pull/143
* fix: Dynamic reloading broken on recently added displays. by @xNUTx in https://github.com/HASwitchPlate/openHASP-custom-component/pull/140
* feat: Added optional setting http_proxy to push_image by @xNUTx in https://github.com/HASwitchPlate/openHASP-custom-component/pull/144

# 0.7.4
* Fixes 'str' object has no attribute 'read' by @illuzn in https://github.com/HASwitchPlate/openHASP-custom-component/pull/132
* Replace deprecated async_forward_entry_setup call by @TNTLarsn in https://github.com/HASwitchPlate/openHASP-custom-component/pull/137
* fix: properly split jsonl upload at lineends by @akloeckner in https://github.com/HASwitchPlate/openHASP-custom-component/pull/138

# 0.7.3
- Support for 2024.6.0
- Fixed height & width were being transposed when fitscreen=true by @FreeBear-nc in https://github.com/HASwitchPlate/openHASP-custom-component/pull/121
- Move file open() to executor job by @dgomes in https://github.com/HASwitchPlate/openHASP-custom-component/pull/123
- feat: allow full script syntax in event section by @akloeckner in https://github.com/HASwitchPlate/openHASP-custom-component/pull/112

# 0.7.2
- Support discovery through mDNS (0.7.0-rc11 or higher)
- Support for HA 2024.1
- Replace version popup for legacy 0.6.x plates with log warning

# 0.7.1
- Fix error as `ANTIALIAS` was removed in Pillow 10.0.0. Now using `LANCZOS` instead.
- Updated Manifest.json

# 0.7.0
- Better handling of discovery for 0.7.0-dev firmware

# 0.6.6
- Support for 2022.7.0
- Code improvements

# 0.6.5

- Support for 2022.4.0
- Adds page number entity
- Adds restart button
Expand Down
Loading
Loading