Skip to content

Releases: elad-bar/ha-hpprinter

v2.0.0b6

07 May 17:15
Compare
Choose a tag to compare
v2.0.0b6 Pre-release
Pre-release

What's Changed

  • When constructing device name, avoid null parts of it #113
  • Changed the logic of errors from not found endpoints #120
    • On initial load / setting up integration - one of the endpoints must return valid response, otherwise the integration will fail to load.
    • After the integration loaded, it will update data periodically,
    • If one of the endpoints will return 404 (not found) - the data related to it will get reset, DEBUG message will be logged (instead of ERROR)
    • If printer goes offline, all data will be set as Unknown.

Full Changelog: v2.0.0b5...v2.0.0b6

v2.0.0b5

03 May 16:10
Compare
Choose a tag to compare
v2.0.0b5 Pre-release
Pre-release

What's Changed

  • Support no prefetch mode
  • Fix all translations

Full Changelog: v1.0.12...v2.0.0b5

v2.0.0b2

22 Mar 15:04
Compare
Choose a tag to compare
v2.0.0b2 Pre-release
Pre-release

What's Changed

  • Fix wrong library usage for slugify, causing wrong translation key to get picked up

2.0.0b1

22 Mar 14:54
Compare
Choose a tag to compare
2.0.0b1 Pre-release
Pre-release

What's Changed

  • Refactor to full HP Printer EWS support

v2.0.0b4

12 Apr 11:49
1ef086f
Compare
Choose a tag to compare
v2.0.0b4 Pre-release
Pre-release
  • Support no prefetch mode
  • Fix all translations
  • Fix main device manufacture date

v1.0.12

02 Jan 10:37
Compare
Choose a tag to compare

What's Changed

  • Fix missing references Issue #103
  • Fix breaking change to ConfigEntry

Full Changelog: v1.0.11...v1.0.12

v1.0.11

30 Dec 08:59
Compare
Choose a tag to compare

What's new

  • Set minimum HA version for component to 2024.1.0b0

Full Changelog: v1.0.10...v1.0.11

Fix manifest

29 Dec 12:31
Compare
Choose a tag to compare
v1.0.10

Fix manifest

v1.0.9

29 Dec 11:58
beb06ab
Compare
Choose a tag to compare

What's Changed

Minimum HA Version: 2024.1.0

Full Changelog: v1.0.8...v1.0.9

async_get_registry is deprecated, change to async_get and update pre-commit-config

27 May 09:02
Compare
Choose a tag to compare
  • Device and Entity registry - async_get_registry is deprecated, change to async_get
  • Update pre-commit-config