Releases: HASwitchPlate/openHASP-custom-component
Releases · HASwitchPlate/openHASP-custom-component
Fix for Home Assistant 2024.x+
What's Changed
- Use proper entity service schemas & replace async_forward_entry_setup with async_forward_entry_setups by @wjnelson78 in #159
- Fix OptionsFlow config_entry setter error in Home Assistant 2024.x+ by @wjnelson78 in #165
New Contributors
- @wjnelson78 made their first contribution in #159
Full Changelog: 0.7.7...0.7.8
Fix for firmware version 0.7.0.1
What's Changed
- Fix for firmware version number has more than three digits
Full Changelog: 0.7.6...0.7.7
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
ANTIALIASwas removed in Pillow 10.0.0. Now usingLANCZOSinstead. - 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