Releases: HASwitchPlate/openHASP-custom-component
Releases · HASwitchPlate/openHASP-custom-component
Release 0.7.6
What's Changed
- Fix: Unexpected string in integer variable due to mqtt not being ready at startup. by @xNUTx in #149
Full Changelog: 0.7.5...0.7.6
Release 0.7.5
What's Changed
- Fix for HA 2024.9 by @dgomes
- fix: Reuse of the same image with different sized displays causes a random resize. by @xNUTx in #143
- fix: Dynamic reloading broken on recently added displays. by @xNUTx in #140
- feat: Added optional setting http_proxy to push_image by @xNUTx in #144
New Contributors
Full Changelog: 0.7.4...0.7.5
Release 0.7.4
What's Changed
- Fixes 'str' object has no attribute 'read' by @illuzn in #132
- Replace deprecated async_forward_entry_setup call by @TNTLarsn in #137
- fix: properly split jsonl upload at lineends by @akloeckner in #138
New Contributors
Full Changelog: 0.7.3...0.7.4
Release 0.7.3
Full Changelog: 0.7.2...0.7.3
What's Changed
- Support for 2024.6.0
- Fixed height & width were being transposed when fitscreen=true by @FreeBear-nc in #121
- Move file open() to executor job by @dgomes in #123
- feat: allow full script syntax in event section by @akloeckner in #112
Release 0.7.2
Full Changelog: 0.7.1...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
Release 0.7.1
- Fix error as
ANTIALIAS
was removed in Pillow 10.0.0. Now usingLANCZOS
instead. - Updated Manifest.json
Release 0.7.0
- Better handling of discovery for 0.7.0-dev firmware
Support for 2022.7.0
0.6.6
- Support for 2022.7.0
- Code improvements
Support for 2022.4.0
0.6.5
- Support for 2022.4.0
- Adds page number entity
- Adds restart button
- Code improvements
Support for 2021.12.0
0.6.4
- Support for 2021.12.0
- Change startup message from warning to info (@fvanroie)
- Adds configuration URL
- Antiburn configuration switch
- Minor bug fixes