Ha Hpprinter Versions Save

HP Printer Integration

v2.0.0b10

2 weeks ago

What's Changed

  • Add support for mapping of multicolor consumable (CyanMagentaYellow)
  • Change the matching of consumable to its details by marker color instead of station

Full Changelog: https://github.com/elad-bar/ha-hpprinter/compare/v2.0.0b9...v2.0.0b10

v2.0.0b9

2 weeks ago

What's Changed

  • Add fallback mechanism for consumables, if station is not available, will use color mapping
  • Fix hassfest failure caused by invalid enums values for translation

Full Changelog: https://github.com/elad-bar/ha-hpprinter/compare/v2.0.0b8...v2.0.0b9

v2.0.0b8

2 weeks ago

What's Changed

  • Fix async dispatcher send
  • Change all sensors with date device class to timestamp #127

Full Changelog: https://github.com/elad-bar/ha-hpprinter/compare/v2.0.0b7...v2.0.0b8

v2.0.0b7

3 weeks ago

Fix logic of constructing device name if cartridge type is not available

Full Changelog: https://github.com/elad-bar/ha-hpprinter/compare/v2.0.0b6...v2.0.0b7

v2.0.0b6

3 weeks ago

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: https://github.com/elad-bar/ha-hpprinter/compare/v2.0.0b5...v2.0.0b6

v2.0.0b5

4 weeks ago

What's Changed

  • Support no prefetch mode
  • Fix all translations

Full Changelog: https://github.com/elad-bar/ha-hpprinter/compare/v1.0.12...v2.0.0b5

v2.0.0b4

1 month ago
  • Support no prefetch mode
  • Fix all translations
  • Fix main device manufacture date

v2.0.0b2

2 months ago

What's Changed

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

2.0.0b1

2 months ago

What's Changed

  • Refactor to full HP Printer EWS support

v1.0.12

5 months ago

What's Changed

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

Full Changelog: https://github.com/elad-bar/ha-hpprinter/compare/v1.0.11...v1.0.12