Releases: elad-bar/ha-hpprinter
Releases · elad-bar/ha-hpprinter
v2.0.0b6
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
v2.0.0b2
2.0.0b1
v2.0.0b4
v1.0.12
What's Changed
- Fix missing references Issue #103
- Fix breaking change to ConfigEntry
Full Changelog: v1.0.11...v1.0.12
v1.0.11
Fix manifest
v1.0.10 Fix manifest
v1.0.9
async_get_registry is deprecated, change to async_get and update pre-commit-config
- Device and Entity registry -
async_get_registry
is deprecated, change toasync_get
- Update pre-commit-config