Skip to content

Releases: HASwitchPlate/openHASP-custom-component

Release 0.7.6

06 Sep 16:01
48a2671
Compare
Choose a tag to compare

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

01 Sep 12:09
f8386d3
Compare
Choose a tag to compare

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

06 Aug 21:19
ae12b29
Compare
Choose a tag to compare

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

24 Jun 17:34
5dfa78a
Compare
Choose a tag to compare

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

09 Mar 01:02
Compare
Choose a tag to compare

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

05 Aug 20:43
6ed4ea4
Compare
Choose a tag to compare
  • Fix error as ANTIALIAS was removed in Pillow 10.0.0. Now using LANCZOS instead.
  • Updated Manifest.json

Release 0.7.0

28 Jan 00:43
ba6b5e4
Compare
Choose a tag to compare
  • Better handling of discovery for 0.7.0-dev firmware

Support for 2022.7.0

03 Aug 21:43
Compare
Choose a tag to compare

0.6.6

  • Support for 2022.7.0
  • Code improvements

Support for 2022.4.0

09 Apr 16:26
Compare
Choose a tag to compare

0.6.5

  • Support for 2022.4.0
  • Adds page number entity
  • Adds restart button
  • Code improvements

Support for 2021.12.0

12 Dec 15:09
Compare
Choose a tag to compare

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